Ticket #32237: 32237.patch
| File 32237.patch, 500 bytes (added by , 10 years ago) |
|---|
-
src/wp-admin/includes/nav-menu.php
907 907 'pad_counts' => false, 908 908 ); 909 909 910 if ( isset( $taxonomy['args']->_default_query ) ) 911 $args = array_merge( $args, (array) $taxonomy['args']->_default_query ); 912 910 913 $terms = get_terms( $taxonomy_name, $args ); 911 914 912 915 if ( ! $terms || is_wp_error($terms) ) {