Changeset 38029 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 07/10/2016 12:55:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r37985 r38029 476 476 $wp_taxonomies[ $taxonomy ] = (object) $args; 477 477 478 // register callback handling for metabox478 // Register callback handling for meta box. 479 479 add_filter( 'wp_ajax_add-' . $taxonomy, '_wp_ajax_add_hierarchical_term' ); 480 480 … … 529 529 } 530 530 531 // Unregister callback handling for meta box.531 // Unregister callback handling for meta box. 532 532 remove_filter( 'wp_ajax_add-' . $taxonomy, '_wp_ajax_add_hierarchical_term' ); 533 533
Note: See TracChangeset
for help on using the changeset viewer.