Changeset 5748
- Timestamp:
- 06/24/07 05:05:22 (1 year ago)
- Files:
-
- trunk/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit.php
r5707 r5748 40 40 $posts_columns['title'] = __('Title'); 41 41 $posts_columns['categories'] = __('Categories'); 42 if ( 'publish' == $_GET['post_status'])42 if ( !in_array($_GET['post_status'], array('pending', 'draft', 'future')) ) 43 43 $posts_columns['comments'] = '<div style="text-align: center">' . __('Comments') . '</div>'; 44 44 $posts_columns['author'] = __('Author');
