Changeset 56191 for trunk/src/wp-includes/https-migration.php
- Timestamp:
- 07/10/2023 10:36:06 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/https-migration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/https-migration.php
r50131 r56191 98 98 99 99 if ( ! wp_is_using_https() ) { 100 // If this did not result in the site recognizing HTTPS as being used, 101 // revert the change and return false. 100 /* 101 * If this did not result in the site recognizing HTTPS as being used, 102 * revert the change and return false. 103 */ 102 104 update_option( 'home', $orig_home ); 103 105 update_option( 'siteurl', $orig_siteurl );
Note: See TracChangeset
for help on using the changeset viewer.