Changeset 47617 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 04/24/2020 07:26:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r47554 r47617 1424 1424 $test = $cut ? substr( $location, 0, $cut ) : $location; 1425 1425 1426 // @-operator is used to prevent possible warnings in PHP < 5.3.3. 1427 $lp = @parse_url( $test ); 1426 $lp = parse_url( $test ); 1428 1427 1429 1428 // Give up if malformed URL.
Note: See TracChangeset
for help on using the changeset viewer.