mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user