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

Props ramiy.
Fixes #46912.

git-svn-id: https://develop.svn.wordpress.org/trunk@45192 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-04-13 17:58:12 +00:00
parent c4d7d5e772
commit b9b33979a0
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ function list_plugin_updates() {
$compat .= '<br>' . __( 'This update doesn&#8217;t work with your version of PHP.' ) . '&nbsp;';
/* translators: %s: Update PHP page URL */
$compat .= sprintf(
__( '<a href="%s">Learn more about updating PHP.</a>' ),
__( '<a href="%s">Learn more about updating PHP</a>.' ),
esc_url( wp_get_update_php_url() )
);