mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 17:13:30 +01:00
Don't need to mark as private in page_rows() since get_the_title() does it.
git-svn-id: https://develop.svn.wordpress.org/trunk@4492 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a89032ffe3
commit
7b7647cc63
@ -776,7 +776,6 @@ function page_rows( $parent = 0, $level = 0, $pages = 0, $hierarchy = true ) {
|
||||
<th scope="row" style="text-align: center"><?php echo $post->ID; ?></th>
|
||||
<td>
|
||||
<?php echo $pad; ?><?php the_title() ?>
|
||||
<?php if ('private' == $post->post_status ) _e( ' - <strong>Private</strong>' ); ?>
|
||||
</td>
|
||||
<td><?php the_author() ?></td>
|
||||
<td><?php if ( '0000-00-00 00:00:00' ==$post->post_modified ) _e('Unpublished'); else echo mysql2date( 'Y-m-d g:i a', $post->post_modified ); ?></td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user