mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 21:00:59 +01:00
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. Built from https://develop.svn.wordpress.org/trunk@58832 git-svn-id: http://core.svn.wordpress.org/trunk@58228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
63c7122ed0
commit
c78101d432
@ -728,8 +728,8 @@ class WP_Site_Health {
|
||||
|
||||
$result = array(
|
||||
'label' => sprintf(
|
||||
/* translators: %s: The current PHP version. */
|
||||
__( 'Your site is running the current version of PHP (%s)' ),
|
||||
/* translators: %s: The recommended PHP version. */
|
||||
__( 'Your site is running a recommended version of PHP (%s)' ),
|
||||
PHP_VERSION
|
||||
),
|
||||
'status' => 'good',
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-alpha-58831';
|
||||
$wp_version = '6.7-alpha-58832';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user