Fix notices in quick-edit. See #15285
git-svn-id: https://develop.svn.wordpress.org/trunk@17027 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ac11ac7bc8
commit
4259d00a2f
@ -350,7 +350,8 @@ class WP_Terms_List_Table extends WP_List_Table {
|
||||
foreach ( $columns as $column_name => $column_display_name ) {
|
||||
if ( isset( $core_columns[$column_name] ) )
|
||||
continue;
|
||||
do_action( 'quick_edit_custom_box', $column_name, $type, $tax->taxonomy );
|
||||
|
||||
do_action( 'quick_edit_custom_box', $column_name, $tax->name );
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user