mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Add a @since note about new parameters with the spread operator added to function signatures.
Props jrf. See #47678. git-svn-id: https://develop.svn.wordpress.org/trunk@46451 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1048,6 +1048,8 @@ function _http_build_query( $data, $prefix = null, $sep = null, $key = '', $urle
|
||||
* (XSS) attacks.
|
||||
*
|
||||
* @since 1.5.0
|
||||
* @since 5.3.0 Formalized the existing and already documented parameters
|
||||
* by adding `...$args` to the function signature.
|
||||
*
|
||||
* @param string|array $key Either a query variable key, or an associative array of query variables.
|
||||
* @param string $value Optional. Either a query variable value, or a URL to act upon.
|
||||
|
||||
Reference in New Issue
Block a user