Make WordPress Core

Ticket #35968: 35968.patch

File 35968.patch, 597 bytes (added by Dharm1025, 7 years ago)

doc updated for $timestamp

  • wp-includes/cron.php

     
    117117 *
    118118 * @since 2.1.0
    119119 *
    120  * @param int $timestamp Unix timestamp (UTC) for when to run the event.
     120 * @param int $timestamp Unix timestamp (UTC) for when the event was scheduled.
    121121 * @param string $recurrence How often the event should recur.
    122122 * @param string $hook Action hook to execute when event is run.
    123123 * @param array $args Optional. Arguments to pass to the hook's callback function.