| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | /* |
| 4 | 4 | Plugin Name: Email Post Changes |
| 5 | -Description: Whenever a change to a post or page is made, those changes are emailed to the users and email addresses you specify. | |
| 5 | +Description: Whenever a change to a post or page is made, those changes are emailed to the email addresses you specify. | |
| 6 | 6 | Plugin URI: http://wordpress.org/extend/plugins/email-post-changes/ |
| 7 | -Version: 1.2 | |
| 7 | +Version: 0.7 | |
| 8 | 8 | Author: Michael D Adams |
| 9 | 9 | Author URI: http://blogwaffe.com/ |
| 10 | 10 | */ |
| 11 | 11 | |
| @@ -18,4 +18,5 @@ | ||
| 18 | 18 | |
| 19 | 19 | add_action( 'init', array( 'Email_Post_Changes', 'init' ) ); |
| 20 | 20 | |
| 21 | 21 | add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), 'email_post_changes_action_links' ); |
| 22 | + | |