Docs: Add missing `@since` tags.
See #51800 Built from https://develop.svn.wordpress.org/trunk@49671 git-svn-id: http://core.svn.wordpress.org/trunk@49394 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
792c53ac8c
commit
6e472178d1
|
@ -3530,6 +3530,8 @@ function wp_should_upgrade_global_tables() {
|
|||
/**
|
||||
* Filters if upgrade routines should be run on global tables.
|
||||
*
|
||||
* @since 4.3.0
|
||||
*
|
||||
* @param bool $should_upgrade Whether to run the upgrade routines on global tables.
|
||||
*/
|
||||
return apply_filters( 'wp_should_upgrade_global_tables', $should_upgrade );
|
||||
|
|
|
@ -59,12 +59,14 @@ class WP_HTTP_Requests_Hooks extends Requests_Hooks {
|
|||
}
|
||||
|
||||
/**
|
||||
* Transforms a native Request hook to a WordPress actions.
|
||||
* Transforms a native Request hook to a WordPress action.
|
||||
*
|
||||
* This action maps Requests internal hook to a native WordPress action.
|
||||
*
|
||||
* @see https://github.com/rmccue/Requests/blob/master/docs/hooks.md
|
||||
*
|
||||
* @since 4.7.0
|
||||
*
|
||||
* @param array $parameters Parameters from Requests internal hook.
|
||||
* @param array $request Request data in WP_Http format.
|
||||
* @param string $url URL to request.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.7-alpha-49670';
|
||||
$wp_version = '5.7-alpha-49671';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue