Remove extraneous /td. Props Nazgul. fixes #2895

git-svn-id: http://svn.automattic.com/wordpress/trunk@3970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-07-05 09:02:47 +00:00
parent d19217ac42
commit 7275ae28e4
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ function page_rows($parent = 0, $level = 0, $pages = 0, $hierarchy = true) {
<th scope="row"><?php echo $post->ID; ?></th>
<td>
<?php echo $pad; ?><?php the_title() ?>
<?php if ('private' == $post->post_status) _e(' - <strong>Private</strong>'); ?></td>
<?php if ('private' == $post->post_status) _e(' - <strong>Private</strong>'); ?>
</td>
<td><?php the_author() ?></td>
<td><?php echo mysql2date('Y-m-d g:i a', $post->post_modified); ?></td>