Changeset 37634 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 06/04/2016 12:19:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r37623 r37634 1210 1210 1211 1211 // Count queries are not filtered, for legacy reasons. 1212 if ( $term_query->query_vars['count']) {1212 if ( ! is_array( $terms ) ) { 1213 1213 return $terms; 1214 1214 }
Note: See TracChangeset
for help on using the changeset viewer.