IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
diff --git a/wp-admin/includes/class-wp-debug-data.php b/wp-admin/includes/class-wp-debug-data.php
|
a
|
b
|
|
| 62 | 62 | // Set up the array that holds all debug information. |
| 63 | 63 | $info = array(); |
| 64 | 64 | |
| | 65 | $info['site-health-details'] = array( |
| | 66 | 'label' => __( 'Site Health details' ), |
| | 67 | 'fields' => array( |
| | 68 | 'creation_date' => array( |
| | 69 | 'label' => __( 'Creation Date' ), |
| | 70 | 'value' => wp_date( get_option( 'date_format' ) ), |
| | 71 | ) |
| | 72 | ) |
| | 73 | ); |
| | 74 | |
| 65 | 75 | $info['wp-core'] = array( |
| 66 | 76 | 'label' => __( 'WordPress' ), |
| 67 | 77 | 'fields' => array( |