Ticket #18706: 18706.patch
| File 18706.patch, 586 bytes (added by SergeyBiryukov, 20 months ago) |
|---|
-
wp-admin/includes/class-wp-terms-list-table.php
24 24 25 25 $tax = get_taxonomy( $taxonomy ); 26 26 27 if ( empty( $post_type ) || !in_array( $post_type, get_post_types( array( ' public' => true ) ) ) )27 if ( empty( $post_type ) || !in_array( $post_type, get_post_types( array( 'show_ui' => true ) ) ) ) 28 28 $post_type = 'post'; 29 29 30 30 parent::__construct( array(
