diff --git a/wp-admin/admin-functions.php b/wp-admin/admin-functions.php index 36edc16d44..d6afa3a921 100644 --- a/wp-admin/admin-functions.php +++ b/wp-admin/admin-functions.php @@ -779,7 +779,7 @@ function page_rows( $parent = 0, $level = 0, $pages = 0, $hierarchy = true ) { post_status ) _e( ' - Private' ); ?> - post_modified ); ?> + post_modified ) _e('Unpublished'); else echo mysql2date( 'Y-m-d g:i a', $post->post_modified ); ?> " . __( 'Edit' ) . ""; } ?> " . __( 'Delete' ) . ""; } ?> diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 2722aa2586..dffbf52f8c 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -177,7 +177,7 @@ foreach($posts_columns as $column_name=>$column_display_name) { case 'date': ?> - g:i:s a'); ?> + post_modified ) _e('Unpublished'); else the_time('Y-m-d \<\b\r \/\> g:i:s a'); ?>