Make WordPress Core

Changeset 4492


Ignore:
Timestamp:
11/19/2006 07:29:09 AM (17 years ago)
Author:
ryan
Message:

Don't need to mark as private in page_rows() since get_the_title() does it.

File:
1 edited

Legend:

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

    r4491 r4492  
    777777    <td>
    778778      <?php echo $pad; ?><?php the_title() ?>
    779       <?php if ('private' == $post->post_status ) _e( ' - <strong>Private</strong>' ); ?>
    780779    </td>
    781780    <td><?php the_author() ?></td>
Note: See TracChangeset for help on using the changeset viewer.