X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/72836ec95a52eacbda4dc5aa296b7dd6de08bd3b..e0feb3b2e5b436a06bbb04fbc838d1cd6ec95399:/wp-admin/tools.php diff --git a/wp-admin/tools.php b/wp-admin/tools.php index 4fab0bda..726c55b5 100644 --- a/wp-admin/tools.php +++ b/wp-admin/tools.php @@ -25,29 +25,72 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

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

' . - '

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

' . - '

' . __('Support Forums') . '

' + '

' . __('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' ); ?>

@@ -64,6 +107,11 @@ if ( current_user_can($cats->cap->manage_terms) || current_user_can($tags->cap-> endif; endif; +/** + * Fires at the end of the Tools Administration screen. + * + * @since 2.8.0 + */ do_action( 'tool_box' ); ?>