Make WordPress Core


Ignore:
Timestamp:
04/20/2009 06:18:39 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r10992 r11013  
    20072007            $q['author'] = get_user_by('slug', $q['author_name']);
    20082008            if ( $q['author'] )
    2009                 $q['author'] = $q['author']->ID; 
     2009                $q['author'] = $q['author']->ID;
    20102010            $whichauthor .= " AND ($wpdb->posts.post_author = ".absint($q['author']).')';
    20112011        }
Note: See TracChangeset for help on using the changeset viewer.