Make WordPress Core


Ignore:
Timestamp:
12/19/2007 11:19:49 PM (17 years ago)
Author:
ryan
Message:

Not so new anymore. Props johnbillion. fixes #4951

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/utw.php

    r6174 r6423  
    1515    function greet() {
    1616        echo '<div class="narrow">';
    17         echo '<p>'.__('Howdy! This imports tags from an existing Ultimate Tag Warrior 3 installation into this blog using the new WordPress native tagging structure.').'</p>';
     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>';
    1818        echo '<p>'.__('This has not been tested on any other versions of Ultimate Tag Warrior. Mileage may vary.').'</p>';
    1919        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>';
     
    272272
    273273// add it to the import page!
    274 register_importer('utw', 'Ultimate Tag Warrior', __('Import Ultimate Tag Warrior tags into the new native tagging structure.'), array($utw_import, 'dispatch'));
     274register_importer('utw', 'Ultimate Tag Warrior', __('Import Ultimate Tag Warrior tags into the native tagging structure.'), array($utw_import, 'dispatch'));
    275275
    276276?>
Note: See TracChangeset for help on using the changeset viewer.