Make WordPress Core

Changeset 25290


Ignore:
Timestamp:
09/06/2013 08:51:09 PM (11 years ago)
Author:
nacin
Message:

Document the event hook in wp-cron.php. see #25229.

File:
1 edited

Legend:

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

    r25289 r25290  
    9090            wp_unschedule_event( $timestamp, $hook, $v['args'] );
    9191
     92            /**
     93             * Fires scheduled events.
     94             *
     95             * @since 2.1.0
     96             *
     97             * @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             */
    92100            do_action_ref_array( $hook, $v['args'] );
    93101
Note: See TracChangeset for help on using the changeset viewer.