File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments