- Timestamp:
- 12/19/2018 03:40:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r43608 r44324 22 22 * 23 23 * @since 2.1.0 24 * @since 5. 0.0 Return value modified to boolean indicating success or failure,24 * @since 5.1.0 Return value modified to boolean indicating success or failure, 25 25 * {@see pre_schedule_event} filter added to short-circuit the function. 26 26 * … … 138 138 * 139 139 * @since 2.1.0 140 * @since 5. 0.0 Return value modified to boolean indicating success or failure,140 * @since 5.1.0 Return value modified to boolean indicating success or failure, 141 141 * {@see pre_schedule_event} filter added to short-circuit the function. 142 142 * … … 205 205 * 206 206 * @since 2.1.0 207 * @since 5. 0.0 Return value modified to boolean indicating success or failure,207 * @since 5.1.0 Return value modified to boolean indicating success or failure, 208 208 * {@see pre_reschedule_event} filter added to short-circuit the function. 209 209 * … … 294 294 * 295 295 * @since 2.1.0 296 * @since 5. 0.0 Return value modified to boolean indicating success or failure,296 * @since 5.1.0 Return value modified to boolean indicating success or failure, 297 297 * {@see pre_unschedule_event} filter added to short-circuit the function. 298 298 * … … 352 352 * 353 353 * @since 2.1.0 354 * @since 5. 0.0 Return value modified to indicate success or failure,354 * @since 5.1.0 Return value modified to indicate success or failure, 355 355 * {@see pre_clear_scheduled_hook} filter added to short-circuit the function. 356 356 * … … 422 422 * 423 423 * @since 4.9.0 424 * @since 5. 0.0 Return value added to indicate success or failure.424 * @since 5.1.0 Return value added to indicate success or failure. 425 425 * 426 426 * @param string $hook Action hook, the execution of which will be unscheduled. … … 609 609 * 610 610 * @since 2.1.0 611 * @since 5. 0.0 Return values added.611 * @since 5.1.0 Return values added. 612 612 * 613 613 * @param int $gmt_time Optional. Unix timestamp (UTC). Default 0 (current time is used). … … 726 726 * 727 727 * @since 2.1.0 728 * @since 5. 0.0 Return value added to indicate success or failure.728 * @since 5.1.0 Return value added to indicate success or failure. 729 729 * 730 730 * @return bool|int On success an integer indicating number of events spawned (0 indicates no … … 886 886 * 887 887 * @since 2.1.0 888 * @since 5. 0.0 Return value modified to outcome of {@see update_option}.888 * @since 5.1.0 Return value modified to outcome of {@see update_option}. 889 889 * 890 890 * @access private
Note: See TracChangeset
for help on using the changeset viewer.