In my class where I setup my custom post type, I do use the add_meta_box() function to create a meta box. The custom fields that I'm saying are being deleted when using "Quick Edit" are custom fields created with this meta box.
Does that have any significance? > Date: Tue, 15 Jun 2010 15:18:29 +0200 > From: [email protected] > To: [email protected] > Subject: Re: [wp-testers] Custom fields are deleted from custom post types > with "Quick Edit" > > Do you have any add_meta_box() funcionality in your theme's functions.php ? > > Patrik > > On 06/15/2010 07:29 AM, Jason Bobich wrote: > > This is a fresh installation of Wordpress. I have no plugins at all. > > > > Is there anything that could have been done when registering the custom > > post type or taxonomies that would cause this? > > > > > >> From: [email protected] > >> Date: Tue, 15 Jun 2010 01:09:17 -0400 > >> To: [email protected] > >> Subject: Re: [wp-testers] Custom fields are deleted from custom post types > >> with "Quick Edit" > >> > >> On Tue, Jun 15, 2010 at 12:32 AM, Jason > >> Bobich<[email protected]>wrote: > >> > >> > >>> I have a custom post type setup and when I'm on edit.php and use the > >>> "Quick > >>> Edit" and click "Update", any custom fields attached to that post are > >>> deleted. Has anyone else run into this? Any possible causes for this? > >>> > >>> > >> If I had to guess, a plugin. Most issues we've seen relating to things like > >> this are being caused by a plugin. > >> _______________________________________________ > >> wp-testers mailing list > >> [email protected] > >> http://lists.automattic.com/mailman/listinfo/wp-testers > >> > > > > _______________________________________________ > > wp-testers mailing list > > [email protected] > > http://lists.automattic.com/mailman/listinfo/wp-testers > > > > > > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
