Changeset 25659 for trunk/src/wp-includes/query.php
- Timestamp:
- 10/02/2013 07:41:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r25632 r25659 1736 1736 } 1737 1737 1738 foreach ( $GLOBALS['wp_taxonomies']as $taxonomy => $t ) {1738 foreach ( get_taxonomies( array() , 'objects' ) as $taxonomy => $t ) { 1739 1739 if ( 'post_tag' == $taxonomy ) 1740 1740 continue; // Handled further down in the $q['tag'] block
Note: See TracChangeset
for help on using the changeset viewer.