Ticket #21580: 21580.diff
File 21580.diff, 432 bytes (added by , 12 years ago) |
---|
-
wp-includes/post.php
2812 2812 * @return null Nothing is returned. Which can mean that no action is required or post was published. 2813 2813 */ 2814 2814 function check_and_publish_future_post($post_id) { 2815 2815 global $post; 2816 2816 $post = get_post($post_id); 2817 2817 2818 2818 if ( empty($post) )