Changeset 61044
- Timestamp:
- 10/22/2025 06:28:05 AM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r61043 r61044 1181 1181 foreach ( get_taxonomies( array(), 'objects' ) as $taxonomy => $t ) { 1182 1182 if ( 'post_tag' === $taxonomy ) { 1183 continue; // Handled further down in the $q ['tag'] block.1183 continue; // Handled further down in the $query_vars['tag'] block. 1184 1184 } 1185 1185
Note: See TracChangeset
for help on using the changeset viewer.