[wp-trac] [WordPress Trac] #42508: Added new entry without submitting post data.

WordPress Trac noreply at wordpress.org
Fri Nov 10 18:18:54 UTC 2017


#42508: Added new entry without submitting post data.
-------------------------------+-------------------------
 Reporter:  amit_ratio         |       Owner:
     Type:  defect (bug)       |      Status:  closed
 Priority:  normal             |   Milestone:
Component:  Posts, Post Types  |     Version:  4.9
 Severity:  normal             |  Resolution:  worksforme
 Keywords:                     |     Focuses:
-------------------------------+-------------------------
Changes (by swissspidy):

 * status:  new => closed
 * resolution:   => worksforme
 * milestone:  Awaiting Review =>


Comment:

 Hey there,

 This is intended behaviour. WordPress creates auto-draft entries in the
 database. These auto-drafts are periodically deleted by WordPress, so your
 database definitely won't be cluttered with hundreds of auto-drafts.

 If you want to disable auto-drafts, you need to completely disable
 revisions, e.g. using `define('WP_POST_REVISIONS', false );`

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


More information about the wp-trac mailing list