Make WordPress Core


Ignore:
Timestamp:
09/03/2007 11:19:20 PM (18 years ago)
Author:
ryan
Message:

Strip lines that contain only whitespace down to newlines.

File:
1 edited

Legend:

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

    r6022 r6025  
    422422        $array_keys = array('category__in', 'category__not_in', 'category__and',
    423423            'tag__in', 'tag__not_in', 'tag__and', 'tag_slug__in', 'tag_slug__and');
    424        
     424
    425425        foreach ( $array_keys as $key ) {
    426426            if ( !isset($array[$key]))
Note: See TracChangeset for help on using the changeset viewer.