Make WordPress Core

Changeset 14142


Ignore:
Timestamp:
04/18/2010 07:32:59 AM (16 years ago)
Author:
dd32
Message:

Fix typo in unspamed comments message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r14139 r14142  
    161161
    162162        if ( $unspammed > 0 )
    163             $messages = sprintf( _n( '%s comment restored from the spam', '%s comments restored from the spam', $unspammed ), $unspammed );
     163            $messages[] = sprintf( _n( '%s comment restored from the spam', '%s comments restored from the spam', $unspammed ), $unspammed );
    164164
    165165        if ( $trashed > 0 ) {
Note: See TracChangeset for help on using the changeset viewer.