Make WordPress Core

Changeset 7071


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

Tagging terminology cleanup from lloydudd. fixes #6020

Location:
trunk/wp-admin/import
Files:
4 edited

Legend:

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

    r6943 r7071  
    1515    function greet() {
    1616        echo '<div class="narrow">';
    17         echo '<p>'.__('Howdy! This imports tags from an existing Bunny&#8217;s Technorati Tags installation into this blog using the WordPress native tagging structure.').'</p>';
     17        echo '<p>'.__('Howdy! This imports tags from Bunny&#8217;s Technorati Tags into WordPress tags.').'</p>';
    1818        echo '<p>'.__('This is suitable for Bunny&#8217;s Technorati Tags version 0.6.').'</p>';
    1919        echo '<p><strong>'.__('All existing Bunny&#8217;s Technorati Tags will be removed after import.').'</strong></p>';
     
    111111
    112112// add it to the import page!
    113 register_importer('btt', 'Bunny&#8217;s Technorati Tags', __('Import Bunny&#8217;s Technorati Tags into the native tagging structure.'), array($btt_import, 'dispatch'));
     113register_importer('btt', 'Bunny&#8217;s Technorati Tags', __('Import Bunny&#8217;s Technorati Tags into WordPress tags.'), array($btt_import, 'dispatch'));
    114114
    115115?>
  • trunk/wp-admin/import/jkw.php

    r6950 r7071  
    1515    function greet() {
    1616        echo '<div class="narrow">';
    17         echo '<p>'.__('Howdy! This imports tags from an existing Jerome&#8217;s Keywords installation into this blog using the WordPress native tagging structure.').'</p>';
     17        echo '<p>'.__('Howdy! This imports tags from Jerome&#8217;s Keywords into WordPress tags.').'</p>';
    1818        echo '<p>'.__('This is suitable for Jerome&#8217;s Keywords version 1.x and 2.0a.').'</p>';
    1919        echo '<p><strong>'.__('All existing Jerome&#8217;s Keywords will be removed after import.').'</strong></p>';
     
    174174
    175175// add it to the import page!
    176 register_importer('jkw', 'Jerome&#8217;s Keywords', __('Import Jerome&#8217;s Keywords into the native tagging structure.'), array($jkw_import, 'dispatch'));
     176register_importer('jkw', 'Jerome&#8217;s Keywords', __('Import Jerome&#8217;s Keywords into WordPress tags.'), array($jkw_import, 'dispatch'));
    177177
    178178?>
  • 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?>
  • 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.