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:
parent
5a7353c246
commit
b1cc5e7d30
|
@ -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