Changeset 55703 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/02/2023 03:43:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r55641 r55703 3750 3750 } 3751 3751 3752 if ( is_ssl() && 0 === strpos( $url, 'http://' ) ) {3752 if ( is_ssl() && str_starts_with( $url, 'http://' ) ) { 3753 3753 // Admin is ssl and the user pasted non-ssl URL. 3754 3754 // Check if the provider supports ssl embeds and use that for the preview.
Note: See TracChangeset
for help on using the changeset viewer.