Changeset 54240 for trunk/src/wp-admin/includes/ms-admin-filters.php
- Timestamp:
- 09/20/2022 02:49:25 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms-admin-filters.php
r47119 r54240 23 23 add_action( 'update_site_option_admin_email', 'wp_network_admin_email_change_notification', 10, 4 ); 24 24 25 // Taxonomy hooks.26 add_filter( 'get_term', 'sync_category_tag_slugs', 10, 2 );27 28 25 // Post hooks. 29 26 add_filter( 'wp_insert_post_data', 'avoid_blog_page_permalink_collision', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.