Skip to content

Commit 480a7ce

Browse files
author
Daryl Koopersmith
committed
Update help content for import page. props Ipstenu, see #19020.
git-svn-id: https://develop.svn.wordpress.org/trunk@19461 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9ec00c3 commit 480a7ce

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

wp-admin/import.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616

1717
$title = __('Import');
1818

19-
add_contextual_help($current_screen,
20-
'<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>' .
21-
'<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>'
22-
);
19+
get_current_screen()->add_help_tab( array(
20+
'id' => 'import',
21+
'title' => __('Import'),
22+
'content' => '<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>' .
23+
'<p>' . __('In previous versions of WordPress, all importers were built-in. They have been turned into plugins since most people only use them once or infrequently.') . '</p>',
24+
) );
25+
2326

2427
get_current_screen()->set_help_sidebar(
2528
'<p><strong>' . __('For more information:') . '</strong></p>' .

0 commit comments

Comments
 (0)