mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
83546a04f5
commit
9c8e9354b1
@ -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() {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user