Make WordPress Core

Changeset 7852


Ignore:
Timestamp:
04/29/2008 06:35:04 PM (17 years ago)
Author:
ryan
Message:

Typo fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r7851 r7852  
    2525    // Recent Comments Widget
    2626    $mod_comments = wp_count_comments();
    27     $mod_commens = $mod_comments->moderated;
     27    $mod_comments = $mod_comments->moderated;
    2828    if ( current_user_can( 'moderate_comments' ) && $mod_comments ) {
    2929        $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.