diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 62ab68f695..1f302cf4a4 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -978,8 +978,8 @@ function update_core( $from, $to ) { $php_update_message = ''; if ( function_exists( 'wp_get_update_php_url' ) ) { - /* translators: %s: URL to Update PHP page. */ $php_update_message = '

' . sprintf( + /* translators: %s: URL to Update PHP page. */ __( 'Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); diff --git a/wp-admin/install.php b/wp-admin/install.php index 7aea5937a1..5910287139 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -239,8 +239,8 @@ $version_url = sprintf( sanitize_title( $wp_version ) ); -/* translators: %s: URL to Update PHP page. */ $php_update_message = '

' . sprintf( + /* translators: %s: URL to Update PHP page. */ __( 'Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); diff --git a/wp-admin/upgrade.php b/wp-admin/upgrade.php index cf3991e897..32eefd73d0 100644 --- a/wp-admin/upgrade.php +++ b/wp-admin/upgrade.php @@ -81,8 +81,8 @@ elseif ( ! $php_compat || ! $mysql_compat ) : sanitize_title( $wp_version ) ); - /* translators: %s: URL to Update PHP page. */ $php_update_message = '

' . sprintf( + /* translators: %s: URL to Update PHP page. */ __( 'Learn more about updating PHP.' ), esc_url( wp_get_update_php_url() ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index d8c8e17810..cfc1a35363 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50560'; +$wp_version = '5.8-alpha-50561'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.