Make WordPress Core

Changeset 50058 for trunk


Ignore:
Timestamp:
01/28/2021 05:21:48 PM (6 years ago)
Author:
whyisjake
Message:

Site Health: Update the language around how PHP should be updated.

Follow-up to [50042].

Props SergeyBiryukov.

See #52327.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r50041 r50058  
    17501750                $msg = sprintf(
    17511751                        /* translators: %s: The server PHP version. */
    1752                         __( 'Your site is running an insecure version of PHP (%s), and should be updated.' ),
     1752                        __( 'Your site is running an insecure version of PHP (%s), which should be updated.' ),
    17531753                        PHP_VERSION
    17541754                );
     
    17561756                $msg = sprintf(
    17571757                        /* translators: %s: The server PHP version. */
    1758                         __( 'Your site is running an outdated version of PHP (%s), and should be updated.' ),
     1758                        __( 'Your site is running an outdated version of PHP (%s), which should be updated.' ),
    17591759                        PHP_VERSION
    17601760                );
Note: See TracChangeset for help on using the changeset viewer.