mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
Restore original argument order for the taxonomy quick_edit_custom_box hook. fixes #15285.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ea7ca70470
commit
fea73f0bc5
@ -353,7 +353,7 @@ class WP_Terms_List_Table extends WP_List_Table {
|
|||||||
if ( isset( $core_columns[$column_name] ) )
|
if ( isset( $core_columns[$column_name] ) )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
do_action( 'quick_edit_custom_box', $column_name, $tax->name );
|
do_action( 'quick_edit_custom_box', $column_name, 'edit-tags', $tax->name );
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user