[wp-trac] [WordPress Trac] #61600: Import of scheduled posts

WordPress Trac noreply at wordpress.org
Wed Feb 19 07:03:31 UTC 2025


#61600: Import of scheduled posts
--------------------------+------------------------------
 Reporter:  lejon         |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Editor        |     Version:
 Severity:  minor         |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by oshodev):

 Verify that the post_status in the database is correctly set to future for
 scheduled posts.


 {{{
 SELECT ID, post_status, post_date FROM wp_posts WHERE post_type = 'post'
 ORDER BY post_date DESC;

 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61600#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list