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:
parent
6e0526fe34
commit
7e7be7ea13
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue