Make WordPress Core

Changeset 25455


Ignore:
Timestamp:
09/16/2013 06:29:18 PM (11 years ago)
Author:
SergeyBiryukov
Message:

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

props mordauk.
see #25229.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/load.php

    r25396 r25455  
    573573 */
    574574function shutdown_action_hook() {
     575    /**
     576     * Fires just before PHP shuts down execution.
     577     *
     578     * @since 1.2.0
     579     */
    575580    do_action( 'shutdown' );
    576581    wp_cache_close();
Note: See TracChangeset for help on using the changeset viewer.