Inline documentation for hooks in wp-includes/load.php.

props mordauk.
see #25229.
Built from https://develop.svn.wordpress.org/trunk@25455


git-svn-id: http://core.svn.wordpress.org/trunk@25376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-09-16 18:30:10 +00:00
parent 4587da663f
commit 1de240d5a2
1 changed files with 5 additions and 0 deletions

View File

@ -572,6 +572,11 @@ function wp_magic_quotes() {
* @since 1.2.0
*/
function shutdown_action_hook() {
/**
* Fires just before PHP shuts down execution.
*
* @since 1.2.0
*/
do_action( 'shutdown' );
wp_cache_close();
}