Changeset 6551 for trunk/wp-includes/post.php
- Timestamp:
- 01/04/2008 07:36:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r6546 r6551 2564 2564 * @param object $post Object type containing the post information 2565 2565 */ 2566 function _future_post_hook($ post_id, $post) {2566 function _future_post_hook($deprecated = '', $post) { 2567 2567 wp_clear_scheduled_hook( 'publish_future_post', $post->ID ); 2568 2568 wp_schedule_single_event(strtotime($post->post_date_gmt. ' GMT'), 'publish_future_post', array($post->ID));
Note: See TracChangeset
for help on using the changeset viewer.