Changeset 47528 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 03/29/2020 03:44:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r47456 r47528 1037 1037 } 1038 1038 1039 $result['description'] .= sprintf( 1040 '<p>%s</p>', 1041 $output 1042 ); 1039 $result['description'] .= $output; 1043 1040 } 1044 1041 … … 1065 1062 __( 'PHP default timezone was configured by WordPress on loading. This is necessary for correct calculations of dates and times.' ) 1066 1063 ), 1064 'actions' => '', 1067 1065 'test' => 'php_default_timezone', 1068 1066 ); … … 1679 1677 1680 1678 if ( 'good' !== $result['status'] ) { 1681 $result['description'] .= sprintf( 1682 '<p>%s</p>', 1683 $output 1684 ); 1679 $result['description'] .= $output; 1685 1680 } 1686 1681
Note: See TracChangeset
for help on using the changeset viewer.