From 7ea6cb4dd66847c1aae610bbcadd12c94a51af5f Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 26 Oct 2013 19:23:09 +0000 Subject: [PATCH] Inline documentation for hooks in wp-admin/tool.php. Props dougwollison for the initial patch. Fixes #25496. Built from https://develop.svn.wordpress.org/trunk@25937 git-svn-id: http://core.svn.wordpress.org/trunk@25896 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/tools.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-admin/tools.php b/wp-admin/tools.php index 4fab0bdaf8..0c7e04096d 100644 --- a/wp-admin/tools.php +++ b/wp-admin/tools.php @@ -64,6 +64,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' ); ?>