Changeset 36057 for branches/4.4/src/wp-includes/taxonomy.php
- Timestamp:
- 12/22/2015 01:52:41 AM (9 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/src/wp-includes/taxonomy.php
r36004 r36057 3608 3608 $terms = wp_get_object_terms( $ids, $taxonomies, array( 3609 3609 'fields' => 'all_with_object_id', 3610 'orderby' => 'n one',3610 'orderby' => 'name', 3611 3611 'update_term_meta_cache' => false, 3612 3612 ) );
Note: See TracChangeset
for help on using the changeset viewer.