Changeset 6430 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 12/20/2007 05:05:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r6277 r6430 69 69 echo '<div style="background-color: rgb(207, 235, 247);" id="message" class="updated fade"><p>'; 70 70 if ( !empty( $_POST['spam_button'] ) ) { 71 printf(__ngettext('%s comment marked as spam ', '%s comments marked as spam.', $i), $i);71 printf(__ngettext('%s comment marked as spam.', '%s comments marked as spam.', $i), $i); 72 72 } else { 73 73 printf(__ngettext('%s comment deleted.', '%s comments deleted.', $i), $i);
Note: See TracChangeset
for help on using the changeset viewer.