Make punctuation consistent. Props hervada and lloydbudd. fixes #5880

git-svn-id: https://develop.svn.wordpress.org/trunk@7072 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-27 22:05:50 +00:00
parent f006ee406e
commit 3a7052f8df
9 changed files with 9 additions and 9 deletions

View File

@@ -740,6 +740,6 @@ class WP_Import {
$wp_import = new WP_Import();
register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields, pages, and categories</strong> from a WordPress export file'), array ($wp_import, 'dispatch'));
register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields, pages, and categories</strong> from a WordPress export file.'), array ($wp_import, 'dispatch'));
?>