Make WordPress Core


Ignore:
Timestamp:
04/25/2014 07:53:09 AM (10 years ago)
Author:
DrewAPicture
Message:

Mark the $hook and $page_hook hooks as @internal to skip parsing.

See #26869.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-cron.php

    r25616 r28216  
    9393             * Fires scheduled events.
    9494             *
     95             * @internal
    9596             * @since 2.1.0
    9697             *
    9798             * @param string $hook Name of the hook that was scheduled to be fired.
    98              * @param array $v['args'] The arguments to be passed to the hook.
     99             * @param array  $args The arguments to be passed to the hook.
    99100             */
    100101            do_action_ref_array( $hook, $v['args'] );
Note: See TracChangeset for help on using the changeset viewer.