Changeset 10606 for trunk/wp-admin/import/textpattern.php
- Timestamp:
- 02/20/2009 07:35:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/textpattern.php
r9903 r10606 202 202 // Store category translation for future use 203 203 add_option('txpcat2wpcat',$txpcat2wpcat); 204 echo '<p>'.sprintf(_ _ngettext('Done! <strong>%1$s</strong> category imported.', 'Done! <strong>%1$s</strong> categories imported.', $count), $count).'<br /><br /></p>';204 echo '<p>'.sprintf(_n('Done! <strong>%1$s</strong> category imported.', 'Done! <strong>%1$s</strong> categories imported.', $count), $count).'<br /><br /></p>'; 205 205 return true; 206 206 } … … 487 487 add_option('txplinks2wplinks',$txplinks2wplinks); 488 488 echo '<p>'; 489 printf(_ _ngettext('Done! <strong>%s</strong> link imported', 'Done! <strong>%s</strong> links imported', $count), $count);489 printf(_n('Done! <strong>%s</strong> link imported', 'Done! <strong>%s</strong> links imported', $count), $count); 490 490 echo '<br /><br /></p>'; 491 491 return true;
Note: See TracChangeset
for help on using the changeset viewer.