diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index 2da611c67f..cc9de5897d 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -693,6 +693,8 @@ class WP_Site_Health { * This test builds on the recommendations made by the WordPress Hosting Team * as seen at https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions * + * @since 5.2.0 + * * @return array */ public function get_test_php_extensions() { diff --git a/wp-includes/version.php b/wp-includes/version.php index 1eeea4e2ee..ef871480f1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45091'; +$wp_version = '5.2-beta1-45092'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.