Fix View All Comments link on dashboard

git-svn-id: http://svn.automattic.com/wordpress/trunk@9457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-01 05:26:04 +00:00
parent 5a7353c246
commit b1cc5e7d30
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 );