Changeset 47219 for trunk/src/wp-includes/class-wp-http-proxy.php
- Timestamp:
- 02/09/2020 04:52:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-proxy.php
r46232 r47219 175 175 176 176 // Malformed URL, can not process, but this could mean ssl, so let through anyway. 177 if ( $check === false) {177 if ( false === $check ) { 178 178 return true; 179 179 }
Note: See TracChangeset
for help on using the changeset viewer.