[wp-trac] [WordPress Trac] #61600: Import of scheduled posts
WordPress Trac
noreply at wordpress.org
Wed Feb 19 07:04:09 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):
If posts incorrectly show as publish, update them:
{{{
UPDATE wp_posts SET post_status = 'future' WHERE post_status = 'publish'
AND post_date > NOW();
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61600#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list