diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-admin/tools.php --- a/wp/wp-admin/tools.php Mon Jun 08 16:11:51 2015 +0000 +++ b/wp/wp-admin/tools.php Tue Jun 09 03:35:32 2015 +0200 @@ -25,29 +25,72 @@ 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 @@ endif; endif; +/** + * Fires at the end of the Tools Administration screen. + * + * @since 2.8.0 + */ do_action( 'tool_box' ); ?>