[wp-trac] [WordPress Trac] #16392: Quick Edit breaks and loses meta values from 3.0 to 3.1 with custom post types
WordPress Trac
wp-trac at lists.automattic.com
Fri Jan 28 14:15:54 UTC 2011
#16392: Quick Edit breaks and loses meta values from 3.0 to 3.1 with custom post
types
---------------------------------------------------+------------------
Reporter: Denis-de-Bernardy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1
Component: General | Version: 3.1
Severity: normal | Resolution:
Keywords: reporter-feedback needs-investigating |
---------------------------------------------------+------------------
Comment (by Denis-de-Bernardy):
On a separate note, I'm noting a duplicate filter name, in wp-posts-list-
table.php and wp-terms-list-table.php respectively:
{{{
do_action( $bulk ? 'bulk_edit_custom_box' : 'quick_edit_custom_box',
$column_name, $screen->post_type );
do_action( 'quick_edit_custom_box', $column_name, 'edit-tags', $tax->name
);
}}}
Do we really want to be using the same filter name here?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16392#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list