Make WordPress Core


Ignore:
Timestamp:
01/28/2021 12:16:21 AM (4 years ago)
Author:
whyisjake
Message:

Site Health: Update php update strings to not overpromise performance.

Fixes #52327.

Props chanthaboune, SergeyBiryukov, audrasjb, Clorith, whyisjake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r49917 r50041  
    727727                sprintf(
    728728                    /* translators: %s: The minimum recommended PHP version. */
    729                     __( 'PHP is the programming language used to build and maintain WordPress. Newer versions of PHP are faster and more secure, so staying up to date will help your site’s overall performance and security. The minimum recommended version of PHP is %s.' ),
     729                    __( 'PHP is the programming language used to build and maintain WordPress. Newer versions of PHP are created with increased performance in mind, so you may see a positive effect on your site’s performance. The minimum recommended version of PHP is %s.' ),
    730730                    $response ? $response['recommended_version'] : ''
    731731                )
Note: See TracChangeset for help on using the changeset viewer.