[wp-trac] [WordPress Trac] #8368: Scheduling post time behavior and language refinements
WordPress Trac
noreply at wordpress.org
Thu Apr 10 16:16:17 UTC 2014
#8368: Scheduling post time behavior and language refinements
-------------------------+-----------------------------
Reporter: jane | Owner: garyc40
Type: enhancement | Status: assigned
Priority: low | Milestone: Future Release
Component: Editor | Version: 2.7
Severity: minor | Resolution:
Keywords: needs-patch | Focuses: ui
-------------------------+-----------------------------
Comment (by Denis-de-Bernardy):
Replying to [comment:14 SergeyBiryukov]:
> Related/duplicate: #18565
> > So this bug is now about the fact that you can Quick Edit a post and
change it from Scheduled to Published, but nothing occurs.
>
> Need to address that in the patch.
Not sure it should, but yeah… it could. That can of works would be related
to #27578, #19907, #22350 and #16985. Which is a simple to fix from within
`wp_insert_post()`:
{{{
if (in_array($post_data['post_status'], array('draft', 'pending',
'auto-draft'))) {
$post_data['post_date_gmt'] = '0000-00-00 00:00:00';
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/8368#comment:26>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list