mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Fixed invalid XHTML in a number of admin pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@1411 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ $bgcolor = ('#eee' == $bgcolor) ? 'none' : '#eee';
|
||||
</a>
|
||||
<?php if ('private' == $post->post_status) _e(' - <strong>Private</strong>'); ?></td>
|
||||
<td><?php the_category(','); ?></td>
|
||||
<td><a href="edit.php?p=<?php echo $id ?>&c=1">
|
||||
<td><a href="edit.php?p=<?php echo $id ?>&c=1">
|
||||
<?php comments_number(__('no comments'), __('1 comment'), __("% comments")) ?>
|
||||
</a></td>
|
||||
<td><?php the_author() ?></td>
|
||||
|
||||
Reference in New Issue
Block a user