Changeset 41617 for trunk/src/wp-admin/includes/ms-admin-filters.php
- Timestamp:
- 09/27/2017 02:16:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms-admin-filters.php
r41254 r41617 39 39 add_action( 'network_admin_notices', 'update_nag', 3 ); 40 40 add_action( 'network_admin_notices', 'maintenance_nag', 10 ); 41 42 // Network Admin Hooks 43 add_action( 'add_site_option_new_admin_email', 'update_network_option_new_admin_email', 10, 2 ); 44 add_action( 'update_site_option_new_admin_email', 'update_network_option_new_admin_email', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.