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/blogware.php

    r10339 r10606  
    156156            if ( $num_comments ) {
    157157                echo ' ';
    158                 printf( __ngettext('%s comment', '%s comments', $num_comments), $num_comments );
     158                printf( _n('%s comment', '%s comments', $num_comments), $num_comments );
    159159            }
    160160            echo '</li>';
Note: See TracChangeset for help on using the changeset viewer.