Changeset 50168
- Timestamp:
- 02/02/2021 08:57:31 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r50164 r50168 3591 3591 3592 3592 if ( ! in_array( $scheme, array( 'http', 'https', 'relative' ), true ) ) { 3593 $scheme = is_ssl() && ! is_admin()? 'https' : 'http';3593 $scheme = is_ssl() ? 'https' : 'http'; 3594 3594 } 3595 3595
Note: See TracChangeset
for help on using the changeset viewer.