Make punctuation consistent. Props hervada and lloydbudd. fixes #5880
git-svn-id: http://svn.automattic.com/wordpress/trunk@7072 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -742,5 +742,5 @@ class Dotclear_Import {
|
||||
}
|
||||
|
||||
$dc_import = new Dotclear_Import();
|
||||
register_importer('dotclear', __('DotClear'), __('Import categories, users, posts, comments, and links from a DotClear blog'), array ($dc_import, 'dispatch'));
|
||||
register_importer('dotclear', __('DotClear'), __('Import categories, users, posts, comments, and links from a DotClear blog.'), array ($dc_import, 'dispatch'));
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user