Make WordPress Core


Ignore:
Timestamp:
01/07/2019 03:34:34 PM (7 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r44214 r44420  
    16371637            printf(
    16381638                '<a class="button button-primary" href="%1$s" target="_blank" rel="noopener noreferrer">%2$s <span class="screen-reader-text">%3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>',
    1639                 esc_url( _x( 'https://wordpress.org/support/upgrade-php/', 'localized PHP upgrade information page' ) ),
     1639                esc_url( _x( 'https://wordpress.org/support/update-php/', 'localized PHP upgrade information page' ) ),
    16401640                __( 'Learn more about updating PHP' ),
    16411641                /* translators: accessibility text */
Note: See TracChangeset for help on using the changeset viewer.