Changeset 3868

Show
Ignore:
Timestamp:
06/14/06 20:47:12 (3 years ago)
Author:
ryan
Message:

Indicate private pages in manage pages list.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/admin-functions.php

    r3857 r3868  
    704704    <th scope="row"><?php echo $post->ID; ?></th>  
    705705    <td> 
    706       <?php echo $pad; ?><?php the_title() ?>  
     706      <?php echo $pad; ?><?php the_title() ?> 
     707      <?php if ('private' == $post->post_status) _e(' - <strong>Private</strong>'); ?></td> 
    707708    </td>  
    708709    <td><?php the_author() ?></td>