Changeset 7071 for trunk/wp-admin/import/btt.php
- Timestamp:
- 02/27/2008 09:47:52 PM (17 years ago)
- File:
-
- 1 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 ?>
Note: See TracChangeset
for help on using the changeset viewer.