Changeset 13046 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 02/10/2010 05:43:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r13035 r13046 22 22 $title = $tax->label; 23 23 24 if ( empty($post_type) || !in_array( $post_type, get_post_types( array(' _show' => true) ) ) )24 if ( empty($post_type) || !in_array( $post_type, get_post_types( array('show_ui' => true) ) ) ) 25 25 $post_type = 'post'; 26 26 … … 329 329 </div> 330 330 331 <?php 332 if ( ! is_taxonomy_hierarchical($taxonomy) ) 331 <?php 332 if ( ! is_taxonomy_hierarchical($taxonomy) ) 333 333 do_action('add_tag_form_fields', $taxonomy); 334 334 do_action($taxonomy . '_add_form_fields', $taxonomy);
Note: See TracChangeset
for help on using the changeset viewer.