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

WordPress Trac noreply at wordpress.org
Wed Aug 28 20:01:37 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 c3mdigital):

 After I added the meta before upgrading I added this to functions.php


 {{{
 //add_action( 'save_post', 'debug_the_meta', 9, 2 );
 function debug_the_meta( $post_id ) {
     var_dump( $_REQUEST );
     var_dump( $post );
     wp_die();
  }
 }}}

 See: [http://core.trac.wordpress.org/attachment/ticket/25023/debug-
 backtrace.txt results]

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


More information about the wp-trac mailing list