Changeset 5853 for trunk/wp-includes/post.php
- Timestamp:
- 08/08/2007 04:08:06 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r5817 r5853 1835 1835 function _future_post_hook($post_id, $post) { 1836 1836 // Schedule publication. 1837 wp_clear_scheduled_hook( 'publish_future_post', $post->ID ); 1837 1838 wp_schedule_single_event(strtotime($post->post_date_gmt. ' GMT'), 'publish_future_post', array($post->ID)); 1838 1839 }
Note: See TracChangeset
for help on using the changeset viewer.