Changeset 6423 for trunk/wp-admin/import/jkw.php
- Timestamp:
- 12/19/2007 11:19:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/jkw.php
r6118 r6423 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 newWordPress native tagging structure.').'</p>';17 echo '<p>'.__('Howdy! This imports tags from an existing Jerome’s Keywords installation into this blog using the WordPress native tagging structure.').'</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 n ew native tagging structure.'), array($jkw_import, 'dispatch'));176 register_importer('jkw', 'Jerome’s Keywords', __('Import Jerome’s Keywords into the native tagging structure.'), array($jkw_import, 'dispatch')); 177 177 178 178 ?>
Note: See TracChangeset
for help on using the changeset viewer.