Make WordPress Core

Changeset 3970


Ignore:
Timestamp:
07/05/2006 09:02:47 AM (19 years ago)
Author:
ryan
Message:

Remove extraneous /td. Props Nazgul. fixes #2895

File:
1 edited

Legend:

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

    r3969 r3970  
    705705    <td>
    706706      <?php echo $pad; ?><?php the_title() ?>
    707       <?php if ('private' == $post->post_status) _e(' - <strong>Private</strong>'); ?></td>
     707      <?php if ('private' == $post->post_status) _e(' - <strong>Private</strong>'); ?>
    708708    </td>
    709709    <td><?php the_author() ?></td>
Note: See TracChangeset for help on using the changeset viewer.