diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index 12ca7f7a9a..cd6fb0d7db 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -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', diff --git a/wp-includes/version.php b/wp-includes/version.php index ded115eac3..2830d87a81 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.