Changeset 25881 for branches/3.7/src/wp-includes/class-http.php
- Timestamp:
- 10/23/2013 02:39:36 PM (12 years ago)
- Location:
- branches/3.7/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
wp-includes/class-http.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/trunk/src merged eligible /branches/3.1/src 18031 /branches/3.3/src 20543 /branches/3.4/src 21757
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/3.7/src/wp-includes/class-http.php
r25654 r25881 637 637 } 638 638 639 return wp_remote_request( $redirect_location, $args ); 639 return wp_remote_request( $redirect_location, $args ); 640 640 } 641 641 … … 945 945 /** 946 946 * Verifies the received SSL certificate against it's Common Names and subjectAltName fields 947 * 947 * 948 948 * PHP's SSL verifications only verify that it's a valid Certificate, it doesn't verify if 949 949 * the certificate is valid for the hostname which was requested.
Note: See TracChangeset
for help on using the changeset viewer.