Skip to content

Commit 5bb378f

Browse files
committed
Fix indentation
1 parent 2900fda commit 5bb378f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -770,11 +770,11 @@ public function get_test_php_version() {
770770
return $result;
771771
}
772772

773-
$result['description'] .= '<p>' . sprintf(
774-
/* translators: %s: The minimum recommended PHP version. */
775-
__( 'The minimum recommended version of PHP is %s.' ),
776-
$response['recommended_version']
777-
) . '</p>';
773+
$result['description'] .= '<p>' . sprintf(
774+
/* translators: %s: The minimum recommended PHP version. */
775+
__( 'The minimum recommended version of PHP is %s.' ),
776+
$response['recommended_version']
777+
) . '</p>';
778778

779779
// PHP is up to date.
780780
if ( version_compare( PHP_VERSION, $response['recommended_version'], '>=' ) ) {

0 commit comments

Comments
 (0)