Ticket #26948: taxonomy_quick_edit.diff
File taxonomy_quick_edit.diff, 977 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/class-wp-posts-list-table.php
754 754 foreach ( $taxonomy_names as $taxonomy_name ) { 755 755 $taxonomy = get_taxonomy( $taxonomy_name ); 756 756 757 if ( !$taxonomy->show_ui )757 if ( !$taxonomy->show_ui || !$taxonomy->quick_edit ) 758 758 continue; 759 759 760 760 if ( $taxonomy->hierarchical ) -
wp-includes/taxonomy.php
339 339 'show_in_nav_menus' => null, 340 340 'show_tagcloud' => null, 341 341 'show_admin_column' => false, 342 'quick_edit' => true, 342 343 'meta_box_cb' => null, 343 344 'capabilities' => array(), 344 345 'rewrite' => true,