PluginProbe
Email Post Changes / 0.6
Email Post Changes v0.6
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
email-post-changes / email-post-changes.php

email-post-changes.php in Email Post Changes 0.6, at email-post-changes.php

15 lines 397 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 /*
4 Plugin Name: Email Post Changes
5 Description: Whenever a change to a post or page is made, those changes are emailed to the blog's admin.
6 Plugin URI: http://wordpress.org/extend/plugins/email-post-changes/
7 Version: 0.6
8 Author: Michael D Adams
9 Author URI: http://blogwaffe.com/
10 */
11
12 require_once 'class.email-post-changes.php';
13
14 add_action( 'init', array( 'Email_Post_Changes', 'init' ) );
15