Changeset 56019 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 06/24/2023 04:48:25 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r55988 r56019 3892 3892 3893 3893 $url = trim( $url ); 3894 if ( s ubstr( $url, 0, 2 ) === '//') {3894 if ( str_starts_with( $url, '//' ) ) { 3895 3895 $url = 'http:' . $url; 3896 3896 }
Note: See TracChangeset
for help on using the changeset viewer.