X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/449d082fcc4873c1f7d363a0d9f7409be7f6e77d..8cc0f04ca22ffd9449495b3e0240603309c9932c:/wp-admin/import/blogware.php diff --git a/wp-admin/import/blogware.php b/wp-admin/import/blogware.php index afec323c..500a08ba 100644 --- a/wp-admin/import/blogware.php +++ b/wp-admin/import/blogware.php @@ -109,7 +109,7 @@ class BW_Import { return $post_id; } if (!$post_id) { - _e("Couldn't get post ID"); + _e('Couldn’t get post ID'); echo ''; break; } @@ -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();