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

props mordauk.
see #25229.

git-svn-id: https://develop.svn.wordpress.org/trunk@25455 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-09-16 18:29:18 +00:00
parent fdc9bc6130
commit 17c772d95b
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();
}