Changeset 57141 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 11/28/2023 08:22:26 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r56982 r57141 1289 1289 * @since 5.2.0 1290 1290 * 1291 * @global wpdb $wpdb WordPress database abstraction object.1292 *1293 1291 * @return array The test results. 1294 1292 */ 1295 1293 public function get_test_utf8mb4_support() { 1296 global $wpdb;1297 1298 1294 if ( ! $this->mysql_server_version ) { 1299 1295 $this->prepare_sql_data();
Note: See TracChangeset
for help on using the changeset viewer.