Changeset 5748
- Timestamp:
- 06/24/2007 05:05:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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');
Note: See TracChangeset
for help on using the changeset viewer.