From 99ed3ba7ce1c59d3a14a7f3ee073aec408dbe244 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 19 Dec 2007 23:19:49 +0000 Subject: [PATCH] Not so new anymore. Props johnbillion. fixes #4951 git-svn-id: http://svn.automattic.com/wordpress/trunk@6423 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/import/btt.php | 4 ++-- wp-admin/import/jkw.php | 4 ++-- wp-admin/import/stp.php | 6 +++--- wp-admin/import/utw.php | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wp-admin/import/btt.php b/wp-admin/import/btt.php index 76a02c32d9..5972e30b75 100644 --- a/wp-admin/import/btt.php +++ b/wp-admin/import/btt.php @@ -14,7 +14,7 @@ class BunnyTags_Import { function greet() { echo '
'; - echo '

'.__('Howdy! This imports tags from an existing Bunny’s Technorati Tags installation into this blog using the new WordPress native tagging structure.').'

'; + echo '

'.__('Howdy! This imports tags from an existing Bunny’s Technorati Tags installation into this blog using the WordPress native tagging structure.').'

'; echo '

'.__('This is suitable for Bunny’s Technorati Tags version 0.6.').'

'; echo '

'.__('All existing Bunny’s Technorati Tags will be removed after import.').'

'; echo '

'.__('Don’t be stupid - backup your database before proceeding!').'

'; @@ -110,6 +110,6 @@ class BunnyTags_Import { $btt_import = new BunnyTags_Import(); // add it to the import page! -register_importer('btt', 'Bunny’s Technorati Tags', __('Import Bunny’s Technorati Tags into the new native tagging structure.'), array($btt_import, 'dispatch')); +register_importer('btt', 'Bunny’s Technorati Tags', __('Import Bunny’s Technorati Tags into the native tagging structure.'), array($btt_import, 'dispatch')); ?> diff --git a/wp-admin/import/jkw.php b/wp-admin/import/jkw.php index 9f7b48eef8..212ee9f826 100644 --- a/wp-admin/import/jkw.php +++ b/wp-admin/import/jkw.php @@ -14,7 +14,7 @@ class JeromesKeyword_Import { function greet() { echo '
'; - echo '

'.__('Howdy! This imports tags from an existing Jerome’s Keywords installation into this blog using the new WordPress native tagging structure.').'

'; + echo '

'.__('Howdy! This imports tags from an existing Jerome’s Keywords installation into this blog using the WordPress native tagging structure.').'

'; echo '

'.__('This is suitable for Jerome’s Keywords version 1.x and 2.0a.').'

'; echo '

'.__('All existing Jerome’s Keywords will be removed after import.').'

'; echo '

'.__('Don’t be stupid - backup your database before proceeding!').'

'; @@ -173,6 +173,6 @@ class JeromesKeyword_Import { $jkw_import = new JeromesKeyword_Import(); // add it to the import page! -register_importer('jkw', 'Jerome’s Keywords', __('Import Jerome’s Keywords into the new native tagging structure.'), array($jkw_import, 'dispatch')); +register_importer('jkw', 'Jerome’s Keywords', __('Import Jerome’s Keywords into the native tagging structure.'), array($jkw_import, 'dispatch')); ?> diff --git a/wp-admin/import/stp.php b/wp-admin/import/stp.php index 9d5371cf5d..50d69dfee7 100644 --- a/wp-admin/import/stp.php +++ b/wp-admin/import/stp.php @@ -12,7 +12,7 @@ class STP_Import { function greet() { echo '
'; - echo '

'.__('Howdy! This imports tags from an existing Simple Tagging 1.6.2 installation into this blog using the new WordPress native tagging structure.').'

'; + echo '

'.__('Howdy! This imports tags from an existing Simple Tagging 1.6.2 installation into this blog using the WordPress native tagging structure.').'

'; echo '

'.__('This has not been tested on any other versions of Simple Tagging. Mileage may vary.').'

'; echo '

'.__('To accommodate larger databases for those tag-crazy authors out there, we have made this into an easy 4-step program to help you kick that nasty Simple Tagging habit. Just keep clicking along and we will let you know when you are in the clear!').'

'; echo '

'.__('Don’t be stupid - backup your database before proceeding!').'

'; @@ -151,5 +151,5 @@ class STP_Import { $stp_import = new STP_Import(); // add it to the import page! -register_importer('stp', 'Simple Tagging', __('Import Simple Tagging tags into the new native tagging structure.'), array($stp_import, 'dispatch')); -?> \ No newline at end of file +register_importer('stp', 'Simple Tagging', __('Import Simple Tagging tags into the native tagging structure.'), array($stp_import, 'dispatch')); +?> diff --git a/wp-admin/import/utw.php b/wp-admin/import/utw.php index 120f50cbd1..bda5cc2a29 100644 --- a/wp-admin/import/utw.php +++ b/wp-admin/import/utw.php @@ -14,7 +14,7 @@ class UTW_Import { function greet() { echo '
'; - echo '

'.__('Howdy! This imports tags from an existing Ultimate Tag Warrior 3 installation into this blog using the new WordPress native tagging structure.').'

'; + echo '

'.__('Howdy! This imports tags from an existing Ultimate Tag Warrior 3 installation into this blog using the WordPress native tagging structure.').'

'; echo '

'.__('This has not been tested on any other versions of Ultimate Tag Warrior. Mileage may vary.').'

'; echo '

'.__('To accommodate larger databases for those tag-crazy authors out there, we have made this into an easy 5-step program to help you kick that nasty UTW habit. Just keep clicking along and we will let you know when you are in the clear!').'

'; echo '

'.__('Don’t be stupid - backup your database before proceeding!').'

'; @@ -271,6 +271,6 @@ class UTW_Import { $utw_import = new UTW_Import(); // 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 native tagging structure.'), array($utw_import, 'dispatch')); ?>