Changeset 48172 for trunk/src/wp-admin/upgrade.php
- Timestamp:
- 06/26/2020 12:25:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upgrade.php
r48126 r48172 83 83 84 84 /* translators: %s: URL to Update PHP page. */ 85 $php_update_message = '</p><p>' . sprintf( __( '<a href="%s">Learn more about updating PHP</a>.' ), esc_url( wp_get_update_php_url() ) ); 85 $php_update_message = '</p><p>' . sprintf( 86 __( '<a href="%s">Learn more about updating PHP</a>.' ), 87 esc_url( wp_get_update_php_url() ) 88 ); 86 89 87 90 $annotation = wp_get_update_php_annotation(); 91 88 92 if ( $annotation ) { 89 93 $php_update_message .= '</p><p><em>' . $annotation . '</em>';
Note: See TracChangeset
for help on using the changeset viewer.