Ticket #35968: 35968.patch
File 35968.patch, 597 bytes (added by , 7 years ago) |
---|
-
wp-includes/cron.php
117 117 * 118 118 * @since 2.1.0 119 119 * 120 * @param int $timestamp Unix timestamp (UTC) for when t o run the event.120 * @param int $timestamp Unix timestamp (UTC) for when the event was scheduled. 121 121 * @param string $recurrence How often the event should recur. 122 122 * @param string $hook Action hook to execute when event is run. 123 123 * @param array $args Optional. Arguments to pass to the hook's callback function.