Changeset 1359242
- Timestamp:
- 02/26/2016 10:08:42 PM (10 years ago)
- File:
-
- 1 edited
-
comment-reactions/trunk/comment-reactions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
comment-reactions/trunk/comment-reactions.php
r1359239 r1359242 1 1 <?php 2 /* *3 *Plugin Name: Comment Reactions4 *Plugin URI: https://wordpress.org/plugins/comment-reactions/5 *Description: Enable Slack style reactions to comments.6 *Author: Aki Björklund7 *Author URI: https://akibjorklund.com/2 /* 3 Plugin Name: Comment Reactions 4 Plugin URI: https://wordpress.org/plugins/comment-reactions/ 5 Description: Enable Slack style reactions to comments. 6 Author: Aki Björklund 7 Author URI: https://akibjorklund.com/ 8 8 Version: 1.0.0 9 *Text Domain: comment-reactions10 *Domain Path: /languages11 */9 Text Domain: comment-reactions 10 Domain Path: /languages 11 */ 12 12 13 13 define( 'COMMENT_REACTIONS_VERSION', '1.0.0' );
Note: See TracChangeset
for help on using the changeset viewer.