Make WordPress Core

Changeset 58832


Ignore:
Timestamp:
07/30/2024 12:23:06 PM (2 months ago)
Author:
SergeyBiryukov
Message:

Site Health: Improve the wording for PHP version check.

This aims to make the message more accurate by referring to the version of PHP currently recommended by WordPress, not the current version of PHP.

Follow-up to [44986], [46267], [47254].

Props swb1192, psykro, swissspidy, joemcgill, mukesh27, aristath.
See #61623.

File:
1 edited

Legend:

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

    r58432 r58832  
    729729        $result = array(
    730730            'label'       => sprintf(
    731                 /* translators: %s: The current PHP version. */
    732                 __( 'Your site is running the current version of PHP (%s)' ),
     731                /* translators: %s: The recommended PHP version. */
     732                __( 'Your site is running a recommended version of PHP (%s)' ),
    733733                PHP_VERSION
    734734            ),
Note: See TracChangeset for help on using the changeset viewer.