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/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?>
Note: See TracChangeset for help on using the changeset viewer.