Changeset 4191
- Timestamp:
- 09/14/2006 12:25:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r4189 r4191 699 699 // Schedule publication. 700 700 if ( 'future' == $post_status ) 701 wp_schedule_single_event(strtotime($post ->post_date_gmt. ' GMT'), 'publish_future_post', $post_ID);701 wp_schedule_single_event(strtotime($post_date_gmt. ' GMT'), 'publish_future_post', $post_ID); 702 702 703 703 do_action('save_post', $post_ID);
Note: See TracChangeset
for help on using the changeset viewer.