Ticket #35519: 35519.patch
| File 35519.patch, 631 bytes (added by , 10 years ago) |
|---|
-
src/wp-admin/includes/dashboard.php
254 254 } 255 255 // Comments 256 256 $num_comm = wp_count_comments(); 257 if ( $num_comm && $num_comm->approved) {257 if ( $num_comm && ( $num_comm->approved || $num_comm->moderated ) ) { 258 258 $text = sprintf( _n( '%s Comment', '%s Comments', $num_comm->approved ), number_format_i18n( $num_comm->approved ) ); 259 259 ?> 260 260 <li class="comment-count"><a href="edit-comments.php"><?php echo $text; ?></a></li>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)