Indicate private pages in manage pages list.

git-svn-id: https://develop.svn.wordpress.org/trunk@3868 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-06-14 20:47:12 +00:00
parent ec11e08a9b
commit c8cb6bbdcd
1 changed files with 2 additions and 1 deletions

View File

@ -703,7 +703,8 @@ function page_rows($parent = 0, $level = 0, $pages = 0, $hierarchy = true) {
<tr id='page-<?php echo $id; ?>' class='<?php echo $class; ?>'>
<th scope="row"><?php echo $post->ID; ?></th>
<td>
<?php echo $pad; ?><?php the_title() ?>
<?php echo $pad; ?><?php the_title() ?>
<?php if ('private' == $post->post_status) _e(' - <strong>Private</strong>'); ?></td>
</td>
<td><?php the_author() ?></td>
<td><?php echo mysql2date('Y-m-d g:i a', $post->post_modified); ?></td>