Make WordPress Core


Ignore:
Timestamp:
02/20/2009 07:35:16 PM (16 years ago)
Author:
ryan
Message:

Use _n(). Props nbachiyski. fixes #9111

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/wordpress.php

    r10339 r10606  
    529529
    530530        if ( $num_comments )
    531             printf(' '.__ngettext('(%s comment)', '(%s comments)', $num_comments), $num_comments);
     531            printf(' '._n('(%s comment)', '(%s comments)', $num_comments), $num_comments);
    532532
    533533        // Now for post meta
Note: See TracChangeset for help on using the changeset viewer.