Skip to content

Commit a850882

Browse files
author
Paul Bearne
committed
Remove redundant error message in site health check.
The error message about communication with WordPress.org was unnecessary and has been removed. This simplifies the code and ensures clearer messaging during health checks.
1 parent 8e8e861 commit a850882

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -756,10 +756,6 @@ public function get_test_php_version() {
756756
);
757757

758758
if ( ! $response ) {
759-
$result['description'] .= sprintf(
760-
'<p>%s</p>',
761-
__( 'The call to get recommended version requires to be able to communicate with WordPress.org.' )
762-
);
763759

764760
return $result;
765761
}

0 commit comments

Comments
 (0)