Remove extraneous /td. Props Nazgul. fixes #2895
git-svn-id: https://develop.svn.wordpress.org/trunk@3970 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bba1954017
commit
caee7ba3ca
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user