Ticket #18722: 18722.patch
File 18722.patch, 425 bytes (added by , 14 years ago) |
---|
-
wp-admin/includes/class-wp-terms-list-table.php
290 290 291 291 $tax = get_taxonomy( $taxonomy ); 292 292 293 if ( ! $tax-> public)293 if ( ! $tax->show_ui ) 294 294 return $count; 295 295 296 296 if ( $tax->query_var ) {