Ticket #18802: new_tax_hook.diff
| File new_tax_hook.diff, 458 bytes (added by , 14 years ago) |
|---|
-
wp-includes/taxonomy.php
diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index e231a6c..0d981dc 100644
a b function register_taxonomy( $taxonomy, $object_type, $args = array() ) { 363 363 364 364 // register callback handling for metabox 365 365 add_filter('wp_ajax_add-' . $taxonomy, '_wp_ajax_add_hierarchical_term'); 366 367 do_action( 'registered_taxonomy', $taxonomy, $args ); 366 368 } 367 369 368 370 /**