Changeset 41164 for trunk/src/wp-admin/includes/ms-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/ms-admin-filters.php
r41163 r41164 23 23 add_action( 'wpmueditblogaction', 'upload_space_setting' ); 24 24 25 // Network hooks 26 add_action( 'update_site_option_admin_email', 'wp_network_admin_email_change_notification', 10, 4 ); 27 25 28 // Taxonomy Hooks 26 29 add_filter( 'get_term', 'sync_category_tag_slugs', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.