Restore original argument order for the taxonomy quick_edit_custom_box hook. fixes #15285.
git-svn-id: https://develop.svn.wordpress.org/trunk@17193 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b627277146
commit
714124263f
@ -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