Changeset 34044
- Timestamp:
- 09/11/2015 11:34:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r33954 r34044 162 162 * to uniquely identify the scheduled event, so they should be the same 163 163 * as those used when originally scheduling the event. 164 * @return false|void False when an event is not unscheduled. 164 165 */ 165 166 function wp_unschedule_event( $timestamp, $hook, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.