Changeset 7852
- Timestamp:
- 04/29/2008 06:35:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r7851 r7852 25 25 // Recent Comments Widget 26 26 $mod_comments = wp_count_comments(); 27 $mod_commen s = $mod_comments->moderated;27 $mod_comments = $mod_comments->moderated; 28 28 if ( current_user_can( 'moderate_comments' ) && $mod_comments ) { 29 29 $notice = sprintf( __ngettext( '%d comment awaiting moderation', '%d comments awaiting moderation', $mod_comments ), $mod_comments );
Note: See TracChangeset
for help on using the changeset viewer.