Ordering and labeling niceties for the Manage > Posts screen. see #4446

git-svn-id: https://develop.svn.wordpress.org/trunk@5751 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2007-06-24 06:25:49 +00:00
parent 3037515284
commit be9167fbda
2 changed files with 22 additions and 3 deletions

View File

@@ -29,7 +29,11 @@ foreach($posts_columns as $column_name=>$column_display_name) {
<th scope="row" style="text-align: center"><?php echo $id ?></th>
<?php
break;
case 'modified':
?>
<td><?php if ( '0000-00-00 00:00:00' ==$post->post_modified ) _e('Never'); else the_modified_time(__('Y-m-d \<\b\r \/\> g:i:s a')); ?></td>
<?php
break;
case 'date':
?>
<td><?php if ( '0000-00-00 00:00:00' ==$post->post_modified ) _e('Unpublished'); else the_time(__('Y-m-d \<\b\r \/\> g:i:s a')); ?></td>