Changeset 38182 for branches/4.6/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 08/03/2016 01:53:25 PM (9 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-includes/class-wp-term-query.php
r38099 r38182 220 220 } 221 221 222 $taxonomies = isset( $query['taxonomy'] ) ? $query['taxonomy'] : null;222 $taxonomies = isset( $query['taxonomy'] ) ? (array) $query['taxonomy'] : null; 223 223 224 224 /**
Note: See TracChangeset
for help on using the changeset viewer.