Changeset 772 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/email-post-changes.php
- Timestamp:
- 07/30/2014 09:45:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/email-post-changes.php
r707 r772 8 8 9 9 public static function init() { 10 add_action( 'widgets_init', array( __CLASS__, 'handbook_sidebar' ), 11 ); // After P211 10 add_filter( 'email_post_changes_emails', array( __CLASS__, 'email_post_changes_emails' ), 10, 3 ); 12 11 add_action( 'admin_post_wporg_watchlist', array( __CLASS__, 'update_watchlist' ) ); 13 12 add_action( 'option_email_post_changes', array( __CLASS__, 'option_email_post_changes' ) ); 14 }15 16 public static function handbook_sidebar() {17 require_once dirname( __FILE__ ) . '/widgets.php';18 register_widget( 'WPorg_Handbook_Widget' );19 13 } 20 14
Note: See TracChangeset
for help on using the changeset viewer.