Changeset 48172 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 06/26/2020 12:25:15 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r48160 r48172 962 962 963 963 $php_update_message = ''; 964 964 965 if ( function_exists( 'wp_get_update_php_url' ) ) { 965 966 /* translators: %s: URL to Update PHP page. */ 966 $php_update_message = '</p><p>' . sprintf( __( '<a href="%s">Learn more about updating PHP</a>.' ), esc_url( wp_get_update_php_url() ) ); 967 $php_update_message = '</p><p>' . sprintf( 968 __( '<a href="%s">Learn more about updating PHP</a>.' ), 969 esc_url( wp_get_update_php_url() ) 970 ); 967 971 968 972 if ( function_exists( 'wp_get_update_php_annotation' ) ) { 969 973 $annotation = wp_get_update_php_annotation(); 974 970 975 if ( $annotation ) { 971 976 $php_update_message .= '</p><p><em>' . $annotation . '</em>';
Note: See TracChangeset
for help on using the changeset viewer.