Changeset 47122 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 01/29/2020 12:43:23 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r47063 r47122 104 104 $tests = WP_Site_Health::get_tests(); 105 105 106 // Don't run https test on localhost 106 // Don't run https test on localhost. 107 107 if ( 'localhost' === preg_replace( '|https?://|', '', get_site_url() ) ) { 108 108 unset( $tests['direct']['https_status'] ); … … 1218 1218 ); 1219 1219 } 1220 } else { // MariaDB introduced utf8mb4 support in 5.5.0 1220 } else { // MariaDB introduced utf8mb4 support in 5.5.0. 1221 1221 if ( version_compare( $this->mysql_server_version, '5.5.0', '<' ) ) { 1222 1222 $result['status'] = 'recommended'; … … 2236 2236 ); 2237 2237 2238 // Don't run https test on localhost 2238 // Don't run https test on localhost. 2239 2239 if ( 'localhost' === preg_replace( '|https?://|', '', get_site_url() ) ) { 2240 2240 unset( $tests['direct']['https_status'] );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)