Changeset 49909
- Timestamp:
- 12/28/2020 01:43:18 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/https-detection.php
r49904 r49909 120 120 */ 121 121 function wp_schedule_https_detection() { 122 if ( wp_installing() ) { 123 return; 124 } 125 122 126 if ( ! wp_next_scheduled( 'wp_https_detection' ) ) { 123 127 wp_schedule_event( time(), 'twicedaily', 'wp_https_detection' );
Note: See TracChangeset
for help on using the changeset viewer.