Changeset 10606 for trunk/wp-admin/import/blogware.php
- Timestamp:
- 02/20/2009 07:35:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/blogware.php
r10339 r10606 156 156 if ( $num_comments ) { 157 157 echo ' '; 158 printf( _ _ngettext('%s comment', '%s comments', $num_comments), $num_comments );158 printf( _n('%s comment', '%s comments', $num_comments), $num_comments ); 159 159 } 160 160 echo '</li>';
Note: See TracChangeset
for help on using the changeset viewer.