Fix View All Comments link on dashboard

git-svn-id: https://develop.svn.wordpress.org/trunk@9457 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-01 05:26:04 +00:00
parent 6e0526fe34
commit 7e7be7ea13
1 changed files with 1 additions and 2 deletions

View File

@ -386,9 +386,8 @@ function wp_dashboard_recent_comments() {
if ( $comments ) :
?>
<p class="view-all"><a href="edit-comments.php"><?php _e( 'View All Comments' ); ?></a></p>
<div id="the-comment-list" class="list:comment">
<p class="view-all"><a href="edit-comments.php"><?php _e( 'View All Comments' ); ?></a></p>
<?php
foreach ( $comments as $comment )
_wp_dashboard_recent_comments_row( $comment );