Changeset 50058
- Timestamp:
- 01/28/2021 05:21:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r50041 r50058 1750 1750 $msg = sprintf( 1751 1751 /* translators: %s: The server PHP version. */ 1752 __( 'Your site is running an insecure version of PHP (%s), andshould be updated.' ),1752 __( 'Your site is running an insecure version of PHP (%s), which should be updated.' ), 1753 1753 PHP_VERSION 1754 1754 ); … … 1756 1756 $msg = sprintf( 1757 1757 /* translators: %s: The server PHP version. */ 1758 __( 'Your site is running an outdated version of PHP (%s), andshould be updated.' ),1758 __( 'Your site is running an outdated version of PHP (%s), which should be updated.' ), 1759 1759 PHP_VERSION 1760 1760 );
Note: See TracChangeset
for help on using the changeset viewer.