[wp-trac] [WordPress Trac] #25023: WordPress 3.6 deleting data on custom post meta

WordPress Trac noreply at wordpress.org
Wed Aug 28 20:10:07 UTC 2013


#25023: WordPress 3.6 deleting data on custom post meta
----------------------------+--------------------
 Reporter:  cdwharton       |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  3.6.1
Component:  Administration  |     Version:  3.6
 Severity:  critical        |  Resolution:
 Keywords:                  |
----------------------------+--------------------

Comment (by dd32):

 Haven't tested, but this will be caused by our fix-the-revision-authors
 upgrade script, and the results above back that up.

 Basically, checking DOING_AUTOSAVE is not enough, as save_post is
 triggered during the upgrade for posts with revisions (a new post has no
 revisions and thus, doesn't trigger this).
 Plugins which include a nonce, and verify that as well when
 saving/updating the meta, won't trigger it since the nonce won't exist on
 the upgrade routine call.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25023#comment:27>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list