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/http.php

    r11355 r11450  
    282282        } else {
    283283            if ( is_array( $r['body'] ) || is_object( $r['body'] ) ) {
    284                 if ( ! version_compare(phpversion(), '5.1.2', '>=') ) 
     284                if ( ! version_compare(phpversion(), '5.1.2', '>=') )
    285285                    $r['body'] = _http_build_query($r['body'], null, '&');
    286286                else
Note: See TracChangeset for help on using the changeset viewer.