Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r10117 r10150  
    154154                if ( isset($working_transport[$transport]) )
    155155                    $nonblocking_transport[] = &$working_transport[$transport];
    156             }           
     156            }
    157157        }
    158158
     
    223223        $r = wp_parse_args( $args, $defaults );
    224224        $r = apply_filters( 'http_request_args', $r );
    225        
     225
    226226        if ( is_null( $r['headers'] ) )
    227227            $r['headers'] = array();
Note: See TracChangeset for help on using the changeset viewer.