Skip to content

Commit f0c24c2

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

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
@@ -729,7 +729,7 @@ public function get_test_php_version() {
729729
$result = array(
730730
'label' => sprintf(
731731
/* translators: %s: The recommended PHP version. */
732-
__( 'Your site is running PHP Version (%s).' ),
732+
__( 'Your site is running PHP %s' ),
733733
PHP_VERSION
734734
),
735735
'status' => 'recommended',

0 commit comments

Comments
 (0)