Changeset 50561 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 03/21/2021 01:11:11 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/update-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r50510 r50561 979 979 980 980 if ( function_exists( 'wp_get_update_php_url' ) ) { 981 /* translators: %s: URL to Update PHP page. */982 981 $php_update_message = '</p><p>' . sprintf( 982 /* translators: %s: URL to Update PHP page. */ 983 983 __( '<a href="%s">Learn more about updating PHP</a>.' ), 984 984 esc_url( wp_get_update_php_url() )
Note: See TracChangeset
for help on using the changeset viewer.