Changeset 13759
- Timestamp:
- 03/18/2010 10:34:58 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r13749 r13759 610 610 if ( empty($post_type) || is_object_in_taxonomy($post_type, 'category') ) 611 611 $posts_columns['categories'] = __('Categories'); 612 if ( empty($post_type) || is_object_in_taxonomy($post_type, ' category') )612 if ( empty($post_type) || is_object_in_taxonomy($post_type, 'post_tag') ) 613 613 $posts_columns['tags'] = __('Tags'); 614 614 $post_status = !empty($_REQUEST['post_status']) ? $_REQUEST['post_status'] : 'all';
Note: See TracChangeset
for help on using the changeset viewer.