Make WordPress Core


Ignore:
Timestamp:
02/27/2008 09:47:52 PM (17 years ago)
Author:
ryan
Message:

Tagging terminology cleanup from lloydudd. fixes #6020

File:
1 edited

Legend:

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

    r6943 r7071  
    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 WordPress native tagging structure.').'</p>';
     17        echo '<p>'.__('Howdy! This imports tags from Ultimate Tag Warrior 3 into WordPress tags.').'</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 native tagging structure.'), array($utw_import, 'dispatch'));
     274register_importer('utw', 'Ultimate Tag Warrior', __('Import Ultimate Tag Warrior tags into WordPress tags.'), array($utw_import, 'dispatch'));
    275275
    276276?>
Note: See TracChangeset for help on using the changeset viewer.