Changeset 50041 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 01/28/2021 12:16:21 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r49917 r50041 727 727 sprintf( 728 728 /* 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.' ), 730 730 $response ? $response['recommended_version'] : '' 731 731 )
Note: See TracChangeset
for help on using the changeset viewer.