Changeset 34217
- Timestamp:
- 09/15/2015 08:52:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy-functions.php
r34051 r34217 3275 3275 return false; 3276 3276 3277 $terms = wp_get_object_terms($ids, $taxonomies, array('fields' => 'all_with_object_id')); 3277 $terms = wp_get_object_terms( $ids, $taxonomies, array( 3278 'fields' => 'all_with_object_id', 3279 'orderby' => 'none', 3280 ) ); 3278 3281 3279 3282 $object_terms = array();
Note: See TracChangeset
for help on using the changeset viewer.