Changeset 47617 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 04/24/2020 07:26:57 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r47557 r47617 270 270 } 271 271 272 $arrURL = @parse_url( $url );272 $arrURL = parse_url( $url ); 273 273 274 274 if ( empty( $url ) || empty( $arrURL['scheme'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.