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:
parent
c4d7d5e772
commit
b9b33979a0
@ -302,7 +302,7 @@ function list_plugin_updates() {
|
||||
$compat .= '<br>' . __( 'This update doesn’t work with your version of PHP.' ) . ' ';
|
||||
/* 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() )
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user