Changes between Initial Version and Version 1 of Ticket #17957, comment 2
- Timestamp:
- 08/24/2012 11:32:38 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17957, comment 2
initial v1 3 3 I think, on looking at my coded plugins that I must have figured out to use time() at some point and started using that rather than current_time(). 4 4 5 This might be more of a documentation fix then: 6 http://codex.wordpress.org/Function_Reference/wp_schedule_event 5 This might be more of a documentation fix then: [[BR]] 6 http://codex.wordpress.org/Function_Reference/wp_schedule_event [[BR]] 7 7 This page says to use current_time('timestamp'); 8 8 9 http://codex.wordpress.org/Function_Reference/wp_reschedule_event 9 http://codex.wordpress.org/Function_Reference/wp_reschedule_event [[BR]] 10 10 This page doesn't specify 11 11