Make WordPress Core

Changeset 34044


Ignore:
Timestamp:
09/11/2015 11:34:52 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Document @return value for wp_unschedule_event().

See #33475.

File:
1 edited

Legend:

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

    r33954 r34044  
    162162 * to uniquely identify the scheduled event, so they should be the same
    163163 * as those used when originally scheduling the event.
     164 * @return false|void False when an event is not unscheduled.
    164165 */
    165166function wp_unschedule_event( $timestamp, $hook, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.