diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index 2d052d9f3d..fb7281cbd4 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -112,22 +112,22 @@ if ( isset($_GET['s']) && $_GET['s'] )

" . sprintf( __ngettext( 'All (%s)', 'All (%s)', $total_posts ), number_format_i18n( $total_posts ) ) . ''; +$status_links[] = "

  • " . sprintf( _n( 'All (%s)', 'All (%s)', $total_posts ), number_format_i18n( $total_posts ) ) . ''; foreach ( $post_stati as $status => $label ) { $class = ''; diff --git a/wp-admin/edit.php b/wp-admin/edit.php index b541a73295..5f7caed66e 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -110,7 +110,7 @@ endif; ?>
  • " . sprintf( _n( 'All (%s)', 'All (%s)', $total_posts ), number_format_i18n( $total_posts ) ) . ''; foreach ( $post_stati as $status => $label ) { @@ -155,7 +155,7 @@ foreach ( $post_stati as $status => $label ) { if ( isset($_GET['post_status']) && $status == $_GET['post_status'] ) $class = ' class="current"'; - $status_links[] = "
  • " . sprintf( __ngettext( $label[2][0], $label[2][1], $num_posts->$status ), number_format_i18n( $num_posts->$status ) ) . ''; + $status_links[] = "
  • " . sprintf( _n( $label[2][0], $label[2][1], $num_posts->$status ), number_format_i18n( $num_posts->$status ) ) . ''; } echo implode( " |
  • \n", $status_links ) . ''; unset( $status_links ); diff --git a/wp-admin/import/blogware.php b/wp-admin/import/blogware.php index afec323c3b..ee12e14802 100644 --- a/wp-admin/import/blogware.php +++ b/wp-admin/import/blogware.php @@ -155,7 +155,7 @@ class BW_Import { } if ( $num_comments ) { echo ' '; - printf( __ngettext('%s comment', '%s comments', $num_comments), $num_comments ); + printf( _n('%s comment', '%s comments', $num_comments), $num_comments ); } echo ''; flush(); diff --git a/wp-admin/import/btt.php b/wp-admin/import/btt.php index c528c2251c..a9d28319f1 100644 --- a/wp-admin/import/btt.php +++ b/wp-admin/import/btt.php @@ -83,7 +83,7 @@ class BunnyTags_Import { return false; } else { $count = count($metakeys); - echo '

    ' . sprintf( __ngettext('Done! %s post with tags were read.', 'Done! %s posts with tags were read.', $count), $count ) . '

    '; + echo '

    ' . sprintf( _n('Done! %s post with tags were read.', 'Done! %s posts with tags were read.', $count), $count ) . '

    '; echo '