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
This commit is contained in:
Sergey Biryukov 2019-04-01 20:17:54 +00:00
parent 83546a04f5
commit 9c8e9354b1
2 changed files with 3 additions and 1 deletions

View File

@ -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() {

View File

@ -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.