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
This commit is contained in:
Drew Jaynes 2013-10-26 19:23:09 +00:00
parent 94a3ee8d68
commit 7ea6cb4dd6

View File

@ -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' );
?>
</div>