Changeset 45723 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 08/03/2019 03:34:54 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r45654 r45723 152 152 153 153 $results = get_terms( 154 $taxonomy,155 154 array( 155 'taxonomy' => $taxonomy, 156 156 'name__like' => $s, 157 157 'fields' => 'names', … … 1086 1086 1087 1087 $tags = get_terms( 1088 $taxonomy,1089 1088 array( 1090 'number' => 45, 1091 'orderby' => 'count', 1092 'order' => 'DESC', 1089 'taxonomy' => $taxonomy, 1090 'number' => 45, 1091 'orderby' => 'count', 1092 'order' => 'DESC', 1093 1093 ) 1094 1094 );
Note: See TracChangeset
for help on using the changeset viewer.