Skip to content

Commit e809ab9

Browse files
pbearnewestonruter
andauthored
Update src/wp-admin/includes/class-wp-site-health.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent 2cfcafd commit e809ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/class-wp-site-health.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ public function get_test_php_version() {
732732
__( 'Your site is running PHP %s' ),
733733
PHP_VERSION
734734
),
735-
'status' => 'recommended',
735+
'status' => 'good',
736736
'badge' => array(
737737
'label' => __( 'Performance' ),
738738
'color' => 'blue',

0 commit comments

Comments
 (0)