[wp-trac] [WordPress Trac] #14192: Quick Edit On Custom Post Type Removes Custom Meta Values
WordPress Trac
wp-trac at lists.automattic.com
Sun Jul 4 02:41:41 UTC 2010
#14192: Quick Edit On Custom Post Type Removes Custom Meta Values
------------------------------+---------------------------------------------
Reporter: liamgooding | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.0
Severity: normal | Resolution: fixed
Keywords: custom post type |
------------------------------+---------------------------------------------
Changes (by liamgooding):
* status: new => closed
* resolution: => fixed
Comment:
Okay nevermind my bug report.
When checking to update the custom meta fields (in your plugin file, or
themes functions.php file) you can check for if it's the Quick Editor
using:
{{{
if(!defined('DOING_AJAX'))
{
// not using quick editor, continue to update meta fields
}
}}}
Sorry for the ticket, I've updated status to fixed (?)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14192#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list