mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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() )
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user