Changeset 14966 for trunk/wp-admin/import.php
- Timestamp:
- 05/26/2010 10:18:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import.php
r14898 r14966 16 16 17 17 $title = __('Import'); 18 19 add_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 18 26 add_thickbox(); 19 27 require_once ('admin-header.php');
Note: See TracChangeset
for help on using the changeset viewer.