Indicate private pages in manage pages list.

git-svn-id: http://svn.automattic.com/wordpress/trunk@3868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-06-14 20:47:12 +00:00
parent 3b2ff8ba4a
commit 5a6407ca84
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>