[wp-trac] [WordPress Trac] #13197: Quick Edit of Custom Post Type deletes all custom fields

WordPress Trac wp-trac at lists.automattic.com
Sat May 1 14:33:03 UTC 2010


#13197: Quick Edit of Custom Post Type deletes all custom fields
--------------------------+-------------------------------------------------
 Reporter:  thomask       |        Owner:            
     Type:  defect (bug)  |       Status:  closed    
 Priority:  normal        |    Milestone:            
Component:  Post Types    |      Version:  3.0       
 Severity:  normal        |   Resolution:  worksforme
 Keywords:                |  
--------------------------+-------------------------------------------------

Comment(by michaelh):

 Just as a follow-up, the solution to the problem was reported by scribu in
 response to Deanna's identical problem on the wp-hackers list
 http://lists.automattic.com/pipermail/wp-hackers/2010-April/031701.html

 For the kovshenin.com example, need to add this at the top of the
 wp_insert_post function:

 {{{
 if ( defined('DOING_AJAX') )
 return;
 }}}

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


More information about the wp-trac mailing list