Skip to content

Commit f6105d8

Browse files
committed
Revise translators comments
1 parent 5944bfb commit f6105d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ public function get_test_php_version() {
753753

754754
if ( ! $response ) {
755755
$result['label'] = sprintf(
756-
/* translators: %s: The current PHP version. */
756+
/* translators: %s: The server PHP version. */
757757
__( 'Unable to determine the status of the current PHP version (%s)' ),
758758
PHP_VERSION
759759
);
@@ -775,7 +775,7 @@ public function get_test_php_version() {
775775
// PHP is up to date.
776776
if ( version_compare( PHP_VERSION, $response['recommended_version'], '>=' ) ) {
777777
$result['label'] = sprintf(
778-
/* translators: %s: The recommended PHP version. */
778+
/* translators: %s: The server PHP version. */
779779
__( 'Your site is running a recommended version of PHP (%s)' ),
780780
PHP_VERSION
781781
);

0 commit comments

Comments
 (0)