Changeset 6430 for trunk/wp-admin/import/blogware.php
- Timestamp:
- 12/20/2007 05:05:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/blogware.php
r6125 r6430 142 142 if ( $num_comments ) { 143 143 echo ' '; 144 printf( __('(%s comments)'), $num_comments);144 printf( __ngettext('%s comment', '%s comments', $num_comments), $num_comments ); 145 145 } 146 146 echo '</li>';
Note: See TracChangeset
for help on using the changeset viewer.