Changeset 10606 for trunk/wp-admin/import/btt.php
- Timestamp:
- 02/20/2009 07:35:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/btt.php
r9903 r10606 84 84 } else { 85 85 $count = count($metakeys); 86 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>';86 echo '<p>' . sprintf( _n('Done! <strong>%s</strong> post with tags were read.', 'Done! <strong>%s</strong> posts with tags were read.', $count), $count ) . '<br /></p>'; 87 87 echo '<ul>'; 88 88 foreach ( $metakeys as $post_meta ) {
Note: See TracChangeset
for help on using the changeset viewer.