Ticket #18722: 18722.patch

File 18722.patch, 425 bytes (added by johnbillion, 20 months ago)
  • wp-admin/includes/class-wp-terms-list-table.php

     
    290290 
    291291                $tax = get_taxonomy( $taxonomy ); 
    292292 
    293                 if ( ! $tax->public ) 
     293                if ( ! $tax->show_ui ) 
    294294                        return $count; 
    295295 
    296296                if ( $tax->query_var ) {