- Timestamp:
- 08/03/2019 03:34:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
r45590 r45723 185 185 ); 186 186 187 $prepared_args = array( );187 $prepared_args = array( 'taxonomy' => $this->taxonomy ); 188 188 189 189 /* … … 250 250 $prepared_args['object_ids'] = $prepared_args['post']; 251 251 } else { 252 $query_result = get_terms( $ this->taxonomy, $prepared_args );252 $query_result = get_terms( $prepared_args ); 253 253 } 254 254
Note: See TracChangeset
for help on using the changeset viewer.