X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/3f5685912e89eb3b0534acd85aa0946b1ca2bbe3..e0feb3b2e5b436a06bbb04fbc838d1cd6ec95399:/wp-admin/tools.php diff --git a/wp-admin/tools.php b/wp-admin/tools.php index e7145f33..726c55b5 100644 --- a/wp-admin/tools.php +++ b/wp-admin/tools.php @@ -1,97 +1,119 @@ add_help_tab( array( + 'id' => 'press-this', + 'title' => __('Press This'), + 'content' => '

' . __('Press This is a bookmarklet that makes it easy to blog about something you come across on the web. You can use it to just grab a link, or to post an excerpt. Press This will even allow you to choose from images included on the page and use them in your post. Just drag the Press This link on this screen to your bookmarks bar in your browser, and you’ll be on your way to easier content creation. Clicking on it while on another website opens a popup window with all these options.') . '

', +) ); +get_current_screen()->add_help_tab( array( + 'id' => 'converter', + 'title' => __('Categories and Tags Converter'), + 'content' => '

' . __('Categories have hierarchy, meaning that you can nest sub-categories. Tags do not have hierarchy and cannot be nested. Sometimes people start out using one on their posts, then later realize that the other would work better for their content.' ) . '

' . + '

' . __( 'The Categories and Tags Converter link on this screen will take you to the Import screen, where that Converter is one of the plugins you can install. Once that plugin is installed, the Activate Plugin & Run Importer link will take you to a screen where you can choose to convert tags into categories or vice versa.' ) . '

', +) ); -?> -
- -

+get_current_screen()->set_help_sidebar( + '

' . __('For more information:') . '

' . + '

' . __('Documentation on Tools') . '

' . + '

' . __('Support Forums') . '

' +); + +require_once( ABSPATH . 'wp-admin/admin-header.php' ); -
- -
-

-


-

-

-

-
-
- - - - - - - - -
+
+

-
-

-

+
+

+

+

+ + +
+

+

+

+ +

+ + +

+ + + +

+

+ +

+ +

+ +
+
+cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?> +
+

+

Categories and Tags Converter available from the Import screen.'), 'import.php' ); ?>

+include( ABSPATH . 'wp-admin/admin-footer.php' );