Spelling fix from zamoose. fixes #5095 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@6174 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d9c7174ee2
commit
6cf764da6e
@ -157,7 +157,7 @@ class UTW_Import {
|
|||||||
// run that funky magic!
|
// run that funky magic!
|
||||||
$tags_added = $this->tag2post();
|
$tags_added = $this->tag2post();
|
||||||
|
|
||||||
echo '<p>' . sprintf( __('Done! <strong>%s</strong> tags where added!'), $tags_added ) . '<br /></p>';
|
echo '<p>' . sprintf( __('Done! <strong>%s</strong> tags were added!'), $tags_added ) . '<br /></p>';
|
||||||
|
|
||||||
echo '<form action="admin.php?import=utw&step=4" method="post">';
|
echo '<form action="admin.php?import=utw&step=4" method="post">';
|
||||||
wp_nonce_field('import-utw');
|
wp_nonce_field('import-utw');
|
||||||
@ -273,4 +273,4 @@ $utw_import = new UTW_Import();
|
|||||||
// add it to the import page!
|
// add it to the import page!
|
||||||
register_importer('utw', 'Ultimate Tag Warrior', __('Import Ultimate Tag Warrior tags into the new native tagging structure.'), array($utw_import, 'dispatch'));
|
register_importer('utw', 'Ultimate Tag Warrior', __('Import Ultimate Tag Warrior tags into the new native tagging structure.'), array($utw_import, 'dispatch'));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user