Ticket #17282: dashboard_recent_comments.diff
File dashboard_recent_comments.diff, 877 bytes (added by , 14 years ago) |
---|
-
wp-admin/includes/dashboard.php
630 630 631 631 <?php 632 632 if ( current_user_can('edit_posts') ) { ?> 633 < p class="textright"><a href="edit-comments.php" class="button"><?php _e('View all'); ?></a></p>633 <?php _get_list_table('WP_Comments_List_Table')->views(); ?> 634 634 <?php } 635 635 636 636 wp_comment_reply( -1, false, 'dashboard', false ); -
wp-admin/css/dashboard.dev.css
203 203 font-size: 10px; 204 204 } 205 205 206 #dashboard_recent_comments .subsubsub { 207 float: none; 208 } 209 206 210 #the-comment-list { 207 211 position: relative; 208 212 }