mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Plugins: Use newer "Updating PHP" page URL in the notice displayed when a plugin requires a higher PHP version.
Props afragen. Fixes #43986. See #45686. git-svn-id: https://develop.svn.wordpress.org/trunk@44420 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -765,7 +765,7 @@ if ( ! empty( $api->contributors ) ) {
|
||||
printf(
|
||||
/* translators: "Updating PHP" page URL */
|
||||
__( '<strong>Error:</strong> This plugin <strong>requires a newer version of PHP</strong>, so unfortunately you cannot install it. <a href="%s" target="_blank">Click here to learn more about updating PHP</a>.' ),
|
||||
esc_url( __( 'https://wordpress.org/support/upgrade-php/' ) )
|
||||
esc_url( __( 'https://wordpress.org/support/update-php/' ) )
|
||||
);
|
||||
echo '</p></div>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user