Make WordPress Core


Ignore:
Timestamp:
04/13/2019 05:58:12 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Site Health: Merge duplicate "Learn more about updating PHP" strings.

Props ramiy.
Fixes #46912.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/update-core.php

    r45185 r45192  
    303303            /* translators: %s: Update PHP page URL */
    304304            $compat .= sprintf(
    305                 __( '<a href="%s">Learn more about updating PHP.</a>' ),
     305                __( '<a href="%s">Learn more about updating PHP</a>.' ),
    306306                esc_url( wp_get_update_php_url() )
    307307            );
Note: See TracChangeset for help on using the changeset viewer.