Changeset 11779 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 08/06/2009 12:40:39 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r11778 r11779 133 133 } 134 134 if ( $untrashed > 0 ) { 135 printf( _n( '%s comment re moved from the trash', '%s comments removed from the trash', $untrashed ), $untrashed );135 printf( _n( '%s comment restored from the trash', '%s comments restored from the trash', $untrashed ), $untrashed ); 136 136 echo '<br />'; 137 137 }
Note: See TracChangeset
for help on using the changeset viewer.