Changeset 6430 for trunk/wp-admin/import/livejournal.php
- Timestamp:
- 12/20/2007 05:05:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/livejournal.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/livejournal.php
r6125 r6430 120 120 if ( $num_comments ) { 121 121 echo ' '; 122 printf(__ ('(%s comments)'), $num_comments);122 printf(__ngettext('(%s comment)', '(%s comments)', $num_comments), $num_comments); 123 123 } 124 124 echo '</li>';
Note: See TracChangeset
for help on using the changeset viewer.