Ticket #35784: patch.diff
File patch.diff, 426 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/taxonomy.php
1134 1134 global $wpdb; 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 ); 1140 1139 }