Changeset 41254 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 08/14/2017 08:12:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r41164 r41254 56 56 add_action( 'update_option_page_on_front', 'update_home_siteurl', 10, 2 ); 57 57 add_action( 'update_option_admin_email', 'wp_site_admin_email_change_notification', 10, 3 ); 58 59 add_action( 'add_option_new_admin_email', 'update_option_new_admin_email', 10, 2 ); 60 add_action( 'update_option_new_admin_email', 'update_option_new_admin_email', 10, 2 ); 58 61 59 62 add_filter( 'heartbeat_received', 'wp_check_locked_posts', 10, 3 );
Note: See TracChangeset
for help on using the changeset viewer.