Make WordPress Core


Ignore:
Timestamp:
10/23/2013 02:37:54 PM (12 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r25654 r25880  
    637637        }
    638638
    639         return wp_remote_request( $redirect_location, $args ); 
     639        return wp_remote_request( $redirect_location, $args );
    640640    }
    641641
     
    945945    /**
    946946     * Verifies the received SSL certificate against it's Common Names and subjectAltName fields
    947      * 
     947     *
    948948     * PHP's SSL verifications only verify that it's a valid Certificate, it doesn't verify if
    949949     * the certificate is valid for the hostname which was requested.
Note: See TracChangeset for help on using the changeset viewer.