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

    r6118 r6423  
    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 new WordPress native tagging structure.').'</p>';
     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>';
    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 new native tagging structure.'), array($jkw_import, 'dispatch'));
     176register_importer('jkw', 'Jerome&#8217;s Keywords', __('Import Jerome&#8217;s Keywords into the native tagging structure.'), array($jkw_import, 'dispatch'));
    177177
    178178?>
Note: See TracChangeset for help on using the changeset viewer.