Make WordPress Core


Ignore:
Timestamp:
12/17/2010 01:20:17 PM (14 years ago)
Author:
scribu
Message:

Fix notices in quick-edit. See #15285

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-terms-list-table.php

    r17026 r17027  
    351351            if ( isset( $core_columns[$column_name] ) )
    352352                continue;
    353             do_action( 'quick_edit_custom_box', $column_name, $type, $tax->taxonomy );
     353
     354            do_action( 'quick_edit_custom_box', $column_name, $tax->name );
    354355        }
    355356
Note: See TracChangeset for help on using the changeset viewer.