We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2900fda commit 5bb378fCopy full SHA for 5bb378f
src/wp-admin/includes/class-wp-site-health.php
@@ -770,11 +770,11 @@ public function get_test_php_version() {
770
return $result;
771
}
772
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>';
+ $result['description'] .= '<p>' . sprintf(
+ /* translators: %s: The minimum recommended PHP version. */
+ __( 'The minimum recommended version of PHP is %s.' ),
+ $response['recommended_version']
+ ) . '</p>';
778
779
// PHP is up to date.
780
if ( version_compare( PHP_VERSION, $response['recommended_version'], '>=' ) ) {
0 commit comments