Make WordPress Core


Ignore:
Timestamp:
04/02/2010 01:23:58 AM (15 years ago)
Author:
dd32
Message:

Use the taxonomy show_ui flag to control if all WordPress generated UI is exposed (Menu previously, This affects metaboxes). See #10437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/taxonomy.php

    r13915 r13924  
    295295    $args['object_type'] = (array) $object_type;
    296296    $wp_taxonomies[$taxonomy] = (object) $args;
    297 
    298     // register callback handling for metabox
    299     add_filter('wp_ajax_add-'.$taxonomy, '_wp_ajax_add_hierarchical_term');
    300297}
    301298
Note: See TracChangeset for help on using the changeset viewer.