X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fa11948979fd6a4ea5705dc613b239699a459db3..78ff9d91a14da1f53bd3f1ffcab1264d92359b72:/wp-admin/tools.php diff --git a/wp-admin/tools.php b/wp-admin/tools.php index 4fab0bda..b55328a7 100644 --- a/wp-admin/tools.php +++ b/wp-admin/tools.php @@ -33,7 +33,6 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>
-

@@ -64,6 +63,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' ); ?>