Changeset 47254
- Timestamp:
- 02/11/2020 12:39:11 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r47235 r47254 707 707 'label' => sprintf( 708 708 /* translators: %s: The current PHP version. */ 709 __( 'Your version of PHP (%s) is up to date' ),709 __( 'Your site is running the current version of PHP (%s)' ), 710 710 PHP_VERSION 711 711 ), … … 742 742 $result['label'] = sprintf( 743 743 /* translators: %s: The server PHP version. */ 744 __( 'Your version of PHP (%s) is out of date' ),744 __( 'Your site is running an older version of PHP (%s)' ), 745 745 PHP_VERSION 746 746 ); … … 754 754 $result['label'] = sprintf( 755 755 /* translators: %s: The server PHP version. */ 756 __( 'Your version of PHP (%s)should be updated' ),756 __( 'Your site is running an older version of PHP (%s), which should be updated' ), 757 757 PHP_VERSION 758 758 ); … … 765 765 $result['label'] = sprintf( 766 766 /* translators: %s: The server PHP version. */ 767 __( 'Your version of PHP (%s)requires an update' ),767 __( 'Your site is running an outdated version of PHP (%s), which requires an update' ), 768 768 PHP_VERSION 769 769 );
Note: See TracChangeset
for help on using the changeset viewer.