Changeset 7071
- Timestamp:
- 02/27/2008 09:47:52 PM (17 years ago)
- Location:
- trunk/wp-admin/import
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/btt.php
r6943 r7071 15 15 function greet() { 16 16 echo '<div class="narrow">'; 17 echo '<p>'.__('Howdy! This imports tags from an existing Bunny’s Technorati Tags installation into this blog using the WordPress native tagging structure.').'</p>';17 echo '<p>'.__('Howdy! This imports tags from Bunny’s Technorati Tags into WordPress tags.').'</p>'; 18 18 echo '<p>'.__('This is suitable for Bunny’s Technorati Tags version 0.6.').'</p>'; 19 19 echo '<p><strong>'.__('All existing Bunny’s Technorati Tags will be removed after import.').'</strong></p>'; … … 111 111 112 112 // add it to the import page! 113 register_importer('btt', 'Bunny’s Technorati Tags', __('Import Bunny’s Technorati Tags into the native tagging structure.'), array($btt_import, 'dispatch'));113 register_importer('btt', 'Bunny’s Technorati Tags', __('Import Bunny’s Technorati Tags into WordPress tags.'), array($btt_import, 'dispatch')); 114 114 115 115 ?> -
trunk/wp-admin/import/jkw.php
r6950 r7071 15 15 function greet() { 16 16 echo '<div class="narrow">'; 17 echo '<p>'.__('Howdy! This imports tags from an existing Jerome’s Keywords installation into this blog using the WordPress native tagging structure.').'</p>';17 echo '<p>'.__('Howdy! This imports tags from Jerome’s Keywords into WordPress tags.').'</p>'; 18 18 echo '<p>'.__('This is suitable for Jerome’s Keywords version 1.x and 2.0a.').'</p>'; 19 19 echo '<p><strong>'.__('All existing Jerome’s Keywords will be removed after import.').'</strong></p>'; … … 174 174 175 175 // add it to the import page! 176 register_importer('jkw', 'Jerome’s Keywords', __('Import Jerome’s Keywords into the native tagging structure.'), array($jkw_import, 'dispatch'));176 register_importer('jkw', 'Jerome’s Keywords', __('Import Jerome’s Keywords into WordPress tags.'), array($jkw_import, 'dispatch')); 177 177 178 178 ?> -
trunk/wp-admin/import/stp.php
r7026 r7071 13 13 function greet() { 14 14 echo '<div class="narrow">'; 15 echo '<p>'.__('Howdy! This imports tags from an existing Simple Tagging 1.6.2 installation into this blog using the WordPress native tagging structure.').'</p>';15 echo '<p>'.__('Howdy! This imports tags from Simple Tagging 1.6.2 into WordPress tags.').'</p>'; 16 16 echo '<p>'.__('This has not been tested on any other versions of Simple Tagging. Mileage may vary.').'</p>'; 17 17 echo '<p>'.__('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!').'</p>'; … … 152 152 153 153 // add it to the import page! 154 register_importer('stp', 'Simple Tagging', __('Import Simple Tagging tags into the native tagging structure.'), array($stp_import, 'dispatch'));154 register_importer('stp', 'Simple Tagging', __('Import Simple Tagging tags into WordPress tags'), array($stp_import, 'dispatch')); 155 155 ?> -
trunk/wp-admin/import/utw.php
r6943 r7071 15 15 function greet() { 16 16 echo '<div class="narrow">'; 17 echo '<p>'.__('Howdy! This imports tags from an existing Ultimate Tag Warrior 3 installation into this blog using the WordPress native tagging structure.').'</p>';17 echo '<p>'.__('Howdy! This imports tags from Ultimate Tag Warrior 3 into WordPress tags.').'</p>'; 18 18 echo '<p>'.__('This has not been tested on any other versions of Ultimate Tag Warrior. Mileage may vary.').'</p>'; 19 19 echo '<p>'.__('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!').'</p>'; … … 272 272 273 273 // add it to the import page! 274 register_importer('utw', 'Ultimate Tag Warrior', __('Import Ultimate Tag Warrior tags into the native tagging structure.'), array($utw_import, 'dispatch'));274 register_importer('utw', 'Ultimate Tag Warrior', __('Import Ultimate Tag Warrior tags into WordPress tags.'), array($utw_import, 'dispatch')); 275 275 276 276 ?>
Note: See TracChangeset
for help on using the changeset viewer.