Ticket #15285: 15285.patch
File 15285.patch, 754 bytes (added by , 14 years ago) |
---|
-
wp-admin/includes/class-wp-terms-list-table.php
306 306 * @since 3.1.0 307 307 */ 308 308 function inline_edit() { 309 global $tax ;309 global $tax, $taxonomy; 310 310 311 311 if ( ! current_user_can( $tax->cap->edit_terms ) ) 312 312 return; … … 341 341 foreach ( $columns as $column_name => $column_display_name ) { 342 342 if ( isset( $core_columns[$column_name] ) ) 343 343 continue; 344 do_action( 'quick_edit_custom_box', $column_name, $t ype, $tax->taxonomy );344 do_action( 'quick_edit_custom_box', $column_name, $taxonomy ); 345 345 } 346 346 347 347 ?>