Ticket #32237: 32237.2.patch
| File 32237.2.patch, 502 bytes (added by , 9 years ago) |
|---|
-
src/wp-admin/includes/nav-menu.php
620 620 'pad_counts' => false, 621 621 ); 622 622 623 if ( isset( $taxonomy['args']->_default_query ) ) { 624 $args = array_merge( $args, (array) $taxonomy['args']->_default_query ); 625 } 626 623 627 $terms = get_terms( $taxonomy_name, $args ); 624 628 625 629 if ( ! $terms || is_wp_error($terms) ) {