Changeset 10606 for trunk/wp-admin/import/mt.php
- Timestamp:
- 02/20/2009 07:35:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r10430 r10606 289 289 290 290 if ( $num_comments ) 291 printf(' '._ _ngettext('(%s comment)', '(%s comments)', $num_comments), $num_comments);291 printf(' '._n('(%s comment)', '(%s comments)', $num_comments), $num_comments); 292 292 293 293 $num_pings = 0; … … 306 306 307 307 if ( $num_pings ) 308 printf(' '._ _ngettext('(%s ping)', '(%s pings)', $num_pings), $num_pings);308 printf(' '._n('(%s ping)', '(%s pings)', $num_pings), $num_pings); 309 309 310 310 echo "</li>";
Note: See TracChangeset
for help on using the changeset viewer.