mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Document that add_query_arg() expects encoded data. See #18086
git-svn-id: https://develop.svn.wordpress.org/trunk@18885 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2b00bcf9f0
commit
f07212c873
@ -1420,7 +1420,8 @@ function _http_build_query($data, $prefix=null, $sep=null, $key='', $urlencode=t
|
||||
*
|
||||
* Adding a single key & value or an associative array. Setting a key value to
|
||||
* an empty string removes the key. Omitting oldquery_or_uri uses the $_SERVER
|
||||
* value.
|
||||
* value. Additional values provided are expected to be encoded appropriately
|
||||
* with urlencode() or rawurlencode().
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user