Changeset 37335
- Timestamp:
- 05/01/2016 11:05:48 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r37302 r37335 264 264 // Comments 265 265 $num_comm = wp_count_comments(); 266 if ( $num_comm && $num_comm->approved) {266 if ( $num_comm && ( $num_comm->approved || $num_comm->moderated ) ) { 267 267 $text = sprintf( _n( '%s Comment', '%s Comments', $num_comm->approved ), number_format_i18n( $num_comm->approved ) ); 268 268 ?>
Note: See TracChangeset
for help on using the changeset viewer.