Changeset 30498
- Timestamp:
- 11/21/2014 03:50:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r30494 r30498 1 <?php1 <?php 2 2 /** 3 3 * Sets up the default filters and actions for most … … 308 308 309 309 // Split term updates 310 add_ filter( 'split_shared_term', '_wp_check_split_default_terms', 10, 4 );311 add_ filter( 'split_shared_term', '_wp_check_split_terms_in_menus', 10, 4 );310 add_action( 'split_shared_term', '_wp_check_split_default_terms', 10, 4 ); 311 add_action( 'split_shared_term', '_wp_check_split_terms_in_menus', 10, 4 ); 312 312 313 313 unset($filter, $action);
Note: See TracChangeset
for help on using the changeset viewer.