PluginProbe
Email Post Changes / 0.7
Email Post Changes v0.7
trunk 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.7.1 1.7.2
← All changes | email-post-changes.php +3 -2 1.00.7 View file →
@@ -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.0
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 +