Changeset 36508
- Timestamp:
- 02/11/2016 04:32:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r36485 r36508 1135 1135 $empty_array = array(); 1136 1136 1137 $single_taxonomy = ! is_array( $taxonomies ) || 1 === count( $taxonomies );1138 1137 if ( ! is_array( $taxonomies ) ) { 1139 1138 $taxonomies = array( $taxonomies );
Note: See TracChangeset
for help on using the changeset viewer.