Changeset 28216 for trunk/src/wp-cron.php
- Timestamp:
- 04/25/2014 07:53:09 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-cron.php
r25616 r28216 93 93 * Fires scheduled events. 94 94 * 95 * @internal 95 96 * @since 2.1.0 96 97 * 97 98 * @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. 99 100 */ 100 101 do_action_ref_array( $hook, $v['args'] );
Note: See TracChangeset
for help on using the changeset viewer.