Changeset 6430 for trunk/wp-admin/import/btt.php
- Timestamp:
- 12/20/2007 05:05:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/btt.php
r6423 r6430 69 69 } else { 70 70 $count = count($metakeys); 71 echo '<p>' . sprintf( __ ('Done! <strong>%s</strong> posts with tags were read.'), $count ) . '<br /></p>';71 echo '<p>' . sprintf( __ngettext('Done! <strong>%s</strong> post with tags were read.', 'Done! <strong>%s</strong> posts with tags were read.', $count), $count ) . '<br /></p>'; 72 72 echo '<ul>'; 73 73 foreach ( $metakeys as $post_meta ) {
Note: See TracChangeset
for help on using the changeset viewer.