Ticket #47819: ajax-actions.php.patch
| File ajax-actions.php.patch, 526 bytes (added by , 7 years ago) |
|---|
-
src/wp-admin/includes/ajax-actions.php
149 149 if ( ( $term_search_min_chars == 0 ) || ( strlen( $s ) < $term_search_min_chars ) ) { 150 150 wp_die(); 151 151 } 152 152 153 153 $results = get_terms( 154 $taxonomy,155 154 array( 155 'taxonomy' => $taxonomy, 156 156 'name__like' => $s, 157 157 'fields' => 'names', 158 158 'hide_empty' => false,