Make WordPress Core


Ignore:
Timestamp:
05/24/2009 11:47:49 PM (16 years ago)
Author:
ryan
Message:

Trim tailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/query.php

    r11420 r11450  
    19091909            if ( empty($q[$item]) ) continue;
    19101910            if ( in_array($item, $tagin) && empty($q['cat']) ) continue; // We should already have what we need if categories aren't being used
    1911            
     1911
    19121912            if ( $item != 'category__and' ) {
    19131913                $reqtag = is_term( $q[$item][0], 'post_tag' );
     
    26632663
    26642664    do_action_ref_array('the_post', array(&$post));
    2665    
     2665
    26662666    $id = (int) $post->ID;
    26672667
Note: See TracChangeset for help on using the changeset viewer.