[wp-trac] [WordPress Trac] #15285: PHP notices when doing quick edit of link categories
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 17 16:24:00 UTC 2010
#15285: PHP notices when doing quick edit of link categories
--------------------------+-----------------------
Reporter: solarissmoke | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.1
Component: Taxonomy | Version: 3.1
Severity: minor | Resolution:
Keywords: |
--------------------------+-----------------------
Comment (by westi):
Replying to [comment:7 westi]:
> Checked 3.0 branch:
>
> quick_edit_custom_box was only previously used in inline_edit_term_row
so we should rename the one in the posts list table to be unique
Scratch that:
3.0 branch:
{{{
./wp-admin/includes/template.php: do_action(
'quick_edit_custom_box', $column_name, $type, $taxonomy );
./wp-admin/includes/template.php: do_action( $bulk ?
'bulk_edit_custom_box' : 'quick_edit_custom_box', $column_name,
$screen->post_type
}}}
inline_edit_row && inline_edit_term_row
Trunk:
{{{
./wp-admin/includes/class-wp-posts-list-table.php:
do_action( $bulk ? 'bulk_edit_custom_box' : 'quick_edit_custom_box',
$column_name, $screen->post_type );
./wp-admin/includes/class-wp-terms-list-table.php:
do_action( 'quick_edit_custom_box', $column_name, $tax->name );
}}}
So we have to live with these :-)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15285#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list