Changeset 44420
- Timestamp:
- 01/07/2019 03:34:34 PM (6 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r44264 r44420 641 641 __( '<a href="%1$s">Please update WordPress</a>, and then <a href="%2$s">learn more about updating PHP</a>.' ), 642 642 self_admin_url( 'update-core.php' ), 643 esc_url( __( 'https://wordpress.org/support/up grade-php/' ) )643 esc_url( __( 'https://wordpress.org/support/update-php/' ) ) 644 644 ); 645 645 } else { … … 647 647 /* translators: %s: "Updating PHP" page URL */ 648 648 __( '<a href="%s">Learn more about updating PHP</a>.' ), 649 esc_url( __( 'https://wordpress.org/support/up grade-php/' ) )649 esc_url( __( 'https://wordpress.org/support/update-php/' ) ) 650 650 ); 651 651 } … … 664 664 /* translators: %s: "Updating PHP" page URL */ 665 665 __( '<a href="%s">Learn more about updating PHP</a>.' ), 666 esc_url( __( 'https://wordpress.org/support/up grade-php/' ) )666 esc_url( __( 'https://wordpress.org/support/update-php/' ) ) 667 667 ); 668 668 } -
trunk/src/wp-admin/includes/dashboard.php
r44214 r44420 1637 1637 printf( 1638 1638 '<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/up grade-php/', 'localized PHP upgrade information page' ) ),1639 esc_url( _x( 'https://wordpress.org/support/update-php/', 'localized PHP upgrade information page' ) ), 1640 1640 __( 'Learn more about updating PHP' ), 1641 1641 /* translators: accessibility text */ -
trunk/src/wp-admin/includes/plugin-install.php
r44297 r44420 766 766 /* translators: "Updating PHP" page URL */ 767 767 __( '<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>.' ), 768 esc_url( __( 'https://wordpress.org/support/up grade-php/' ) )768 esc_url( __( 'https://wordpress.org/support/update-php/' ) ) 769 769 ); 770 770 echo '</p></div>';
Note: See TracChangeset
for help on using the changeset viewer.