Changeset 17243 for trunk/wp-includes/query.php
- Timestamp:
- 01/08/2011 05:21:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r17170 r17243 1711 1711 1712 1712 // Tag stuff 1713 if ( !empty($q v['tag_id']) ) {1713 if ( !empty($q['tag_id']) ) { 1714 1714 $tax_query[] = array( 1715 1715 'taxonomy' => 'post_tag', 1716 'terms' => $q v['tag_id'],1716 'terms' => $q['tag_id'], 1717 1717 ); 1718 1718 }
Note: See TracChangeset
for help on using the changeset viewer.