diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 004bd554c0..570703e5d8 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -302,7 +302,7 @@ function list_plugin_updates() { $compat .= '
' . __( 'This update doesn’t work with your version of PHP.' ) . ' '; /* translators: %s: Update PHP page URL */ $compat .= sprintf( - __( 'Learn more about updating PHP.' ), + __( '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 5cdcc04554..8bde7a40a8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta3-45191'; +$wp_version = '5.2-beta3-45192'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.