Ticket #52327: 52327.2.diff
File 52327.2.diff, 886 bytes (added by , 3 months ago) |
---|
-
src/wp-admin/includes/dashboard.php
1749 1749 if ( isset( $response['is_secure'] ) && ! $response['is_secure'] ) { 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 ); 1755 1755 } else { 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 ); 1761 1761 }