Make WordPress Core


Ignore:
Timestamp:
05/26/2010 10:18:19 PM (15 years ago)
Author:
ryan
Message:

Tools help. Props duck_. see #13467

File:
1 edited

Legend:

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

    r14898 r14966  
    1616
    1717$title = __('Import');
     18
     19add_contextual_help($current_screen, '<p>' . __('This screen lists links to plugins to import data from blogging/content management platforms. Choose the platform you want to import from, and click Install Now when you are prompted in the popup window. If your platform is not listed, click the link to search the plugin directory for other importer plugins to see if there is one for your platform.') . '</p>' .
     20    '<p>' . __('In previous versions of WordPress, all the importers were built-in, but they have been turned into plugins as of version 3.0 since most people only use them once or infrequently.') . '</p>' .
     21    '<p>' . __('<strong>For more information:</strong>') . '</p>' .
     22    '<p>' . sprintf(__('<a href="%s">Import Documentation</a>'), 'http://codex.wordpress.org/Tools_Import_SubPanel') . '</p>' .
     23    '<p>' . sprintf(__('<a href="%s">Support Forums</a>'), 'http://wordpress.org/support/') . '</p>'
     24);
     25
    1826add_thickbox();
    1927require_once ('admin-header.php');
Note: See TracChangeset for help on using the changeset viewer.