Changeset 41164 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 07/27/2017 02:23:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r41163 r41164 55 55 add_action( 'update_option_siteurl', 'update_home_siteurl', 10, 2 ); 56 56 add_action( 'update_option_page_on_front', 'update_home_siteurl', 10, 2 ); 57 add_action( 'update_option_admin_email', 'wp_site_admin_email_change_notification', 10, 3 ); 57 58 58 59 add_filter( 'heartbeat_received', 'wp_check_locked_posts', 10, 3 );
Note: See TracChangeset
for help on using the changeset viewer.