]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/import/blogware.php
Wordpress 2.8.3-scripts
[autoinstalls/wordpress.git] / wp-admin / import / blogware.php
index afec323c3bc80619ef69a6deb90ecf29a74f2c0f..500a08ba240efe9348a3a78375a7e786cb0bdc3d 100644 (file)
@@ -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 '</li>';
                                        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 '</li>';
                        flush();