Docs: Add missing @since tag for WP_Site_Health::get_test_php_extensions().

Props mukesh27.
Fixes #46752.

git-svn-id: https://develop.svn.wordpress.org/trunk@45092 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-04-01 20:16:54 +00:00
parent 1e0ef359fc
commit 421da58d8e

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