From 9c8e9354b1f0a3cd338cc3f92cd7bc2795171ace Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 1 Apr 2019 20:17:54 +0000 Subject: [PATCH] Docs: Add missing `@since` tag for `WP_Site_Health::get_test_php_extensions()`. Props mukesh27. Fixes #46752. Built from https://develop.svn.wordpress.org/trunk@45092 git-svn-id: http://core.svn.wordpress.org/trunk@44901 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-site-health.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.