Changeset 33615 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 08/14/2015 03:58:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r33611 r33615 329 329 330 330 // Split term updates. 331 add_action( 'admin_init', '_wp_check_for_scheduled_split_terms' ); 331 332 add_action( 'split_shared_term', '_wp_check_split_default_terms', 10, 4 ); 332 333 add_action( 'split_shared_term', '_wp_check_split_terms_in_menus', 10, 4 ); 333 334 add_action( 'split_shared_term', '_wp_check_split_nav_menu_terms', 10, 4 ); 335 add_action( 'wp_split_shared_term_batch', '_wp_batch_split_terms' ); 334 336 335 337 /**
Note: See TracChangeset
for help on using the changeset viewer.