mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Add missing @since tags.
See #51800 git-svn-id: https://develop.svn.wordpress.org/trunk@49671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user