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/stp.php

    r7026 r7071  
    1313    function greet() {
    1414        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>';
    1616        echo '<p>'.__('This has not been tested on any other versions of Simple Tagging. Mileage may vary.').'</p>';
    1717        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>';
     
    152152
    153153// 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'));
     154register_importer('stp', 'Simple Tagging', __('Import Simple Tagging tags into WordPress tags'), array($stp_import, 'dispatch'));
    155155?>
Note: See TracChangeset for help on using the changeset viewer.