Changeset 42209 for trunk/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 11/20/2017 10:45:29 PM (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
r41881 r42209 380 380 381 381 if ( ! $in_hierarchy ) { 382 return array(); 382 if ( 'count' == $args['fields'] ) { 383 return 0; 384 } else { 385 $this->terms = array(); 386 return $this->terms; 387 } 383 388 } 384 389 }
Note: See TracChangeset
for help on using the changeset viewer.