Changeset 40900
- Timestamp:
- 06/13/2017 03:10:29 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-term-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r40293 r40900 105 105 * limited to terms associated with these objects. 106 106 * @type string $orderby Field(s) to order terms by. Accepts term fields ('name', 107 * 'slug', 'term_group', 'term_id', 'id', 'description' ),107 * 'slug', 'term_group', 'term_id', 'id', 'description', 'parent'), 108 108 * 'count' for term taxonomy count, 'include' to match the 109 109 * 'order' of the $include param, 'meta_value', 'meta_value_num',
Note: See TracChangeset
for help on using the changeset viewer.