Changeset 11450 for trunk/wp-includes/query.php
- Timestamp:
- 05/24/2009 11:47:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r11420 r11450 1909 1909 if ( empty($q[$item]) ) continue; 1910 1910 if ( in_array($item, $tagin) && empty($q['cat']) ) continue; // We should already have what we need if categories aren't being used 1911 1911 1912 1912 if ( $item != 'category__and' ) { 1913 1913 $reqtag = is_term( $q[$item][0], 'post_tag' ); … … 2663 2663 2664 2664 do_action_ref_array('the_post', array(&$post)); 2665 2665 2666 2666 $id = (int) $post->ID; 2667 2667
Note: See TracChangeset
for help on using the changeset viewer.