Make WordPress Core


Ignore:
Timestamp:
06/14/2006 08:47:12 PM (19 years ago)
Author:
ryan
Message:

Indicate private pages in manage pages list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.