Make WordPress Core

Changeset 50059


Ignore:
Timestamp:
01/28/2021 05:23:18 PM (4 years ago)
Author:
whyisjake
Message:

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

Follow-up to [50042].

This is a backport of [50058] to the 5.6 branch.

Props SergeyBiryukov.

See #52327.

Location:
branches/5.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/src/wp-admin/includes/dashboard.php

    r50042 r50059  
    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.