From 25becc93f9fece8700641c63f6e5b645c186e7c9 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 26 Oct 2013 19:22:08 +0000 Subject: [PATCH] Inline documentation for hooks in wp-admin/tool.php. Props dougwollison for the initial patch. Fixes #25496. git-svn-id: https://develop.svn.wordpress.org/trunk@25937 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/tools.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-admin/tools.php b/src/wp-admin/tools.php index 4fab0bdaf8..0c7e04096d 100644 --- a/src/wp-admin/tools.php +++ b/src/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' ); ?>