Ticket #32526: taxonomy.diff
File taxonomy.diff, 503 bytes (added by , 10 years ago) |
---|
-
taxonomy.php
1205 1205 1206 1206 // so long as there are shared terms, include_children requires that a taxonomy is set 1207 1207 $query['include_children'] = false; 1208 } elseif ( ms_is_switched() ) { 1209 $query['include_children'] = false; 1208 1210 } elseif ( ! taxonomy_exists( $query['taxonomy'] ) ) { 1209 1211 $query = new WP_Error( 'Invalid taxonomy' ); 1210 1212 return;