Changeset 41163 for trunk/src/wp-admin/includes/ms-admin-filters.php
- Timestamp:
- 07/27/2017 02:09:51 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms-admin-filters.php
r36504 r41163 12 12 13 13 // User Hooks 14 add_action( 'admin_notices', 'new_user_email_admin_notice' );15 14 add_action( 'user_admin_notices', 'new_user_email_admin_notice' ); 16 15 … … 18 17 19 18 add_action( 'add_option_new_admin_email', 'update_option_new_admin_email', 10, 2 ); 20 21 add_action( 'personal_options_update', 'send_confirmation_on_profile_email' );22 19 23 20 add_action( 'update_option_new_admin_email', 'update_option_new_admin_email', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.