Changeset 14142
- Timestamp:
- 04/18/2010 07:32:59 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r14139 r14142 161 161 162 162 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 ); 164 164 165 165 if ( $trashed > 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.