Changeset 49108 for trunk/src/wp-includes/http.php
- Timestamp:
- 10/08/2020 09:13:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r48121 r49108 669 669 function wp_parse_url( $url, $component = -1 ) { 670 670 $to_unset = array(); 671 $url = strval( $url );671 $url = (string) $url; 672 672 673 673 if ( '//' === substr( $url, 0, 2 ) ) {
Note: See TracChangeset
for help on using the changeset viewer.