Changeset 13946 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 04/02/2010 05:07:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r13925 r13946 295 295 $args['object_type'] = (array) $object_type; 296 296 $wp_taxonomies[$taxonomy] = (object) $args; 297 298 // register callback handling for metabox 299 add_filter('wp_ajax_add-'.$taxonomy, '_wp_ajax_add_hierarchical_term'); 297 300 } 298 301
Note: See TracChangeset
for help on using the changeset viewer.