Changeset 44420 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 01/07/2019 03:34:34 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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 */
Note: See TracChangeset
for help on using the changeset viewer.