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