Changeset 6430 for trunk/wp-admin/import/jkw.php
- Timestamp:
- 12/20/2007 05:05:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/jkw.php
r6423 r6430 85 85 } else { 86 86 $count = count($metakeys); 87 echo '<p>' . sprintf( __ ('Done! <strong>%s</strong> posts with tags were read.'), $count ) . '<br /></p>';87 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>'; 88 88 echo '<ul>'; 89 89 foreach ( $metakeys as $post_meta ) { … … 126 126 } else { 127 127 $count = count($metakeys); 128 echo '<p>' . sprintf( __ ('Done! <strong>%s</strong> tags were read.'), $count ) . '<br /></p>';128 echo '<p>' . sprintf( __ngettext('Done! <strong>%s</strong> tag were read.', 'Done! <strong>%s</strong> tags were read.', $count), $count ) . '<br /></p>'; 129 129 echo '<ul>'; 130 130 foreach ( $metakeys as $post_meta ) {
Note: See TracChangeset
for help on using the changeset viewer.