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:
John Blackbourn 2020-11-19 17:54:05 +00:00
parent 792c53ac8c
commit 6e472178d1
3 changed files with 6 additions and 2 deletions

View File

@ -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 );

View File

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

View File

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