Fix notices in quick-edit. See #15285
git-svn-id: http://svn.automattic.com/wordpress/trunk@17027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6bc5c659ce
commit
01c718f85f
|
@ -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