mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 15:46:04 +01:00
git-svn-id: http://svn.automattic.com/wordpress/trunk@6069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d59743c972
commit
51299852ef
@ -120,7 +120,7 @@ function _http_build_query($data, $prefix=null, $sep=null, $key='', $urlencode=t
|
|||||||
if ( is_int($k) && $prefix != null )
|
if ( is_int($k) && $prefix != null )
|
||||||
$k = $prefix.$k;
|
$k = $prefix.$k;
|
||||||
if ( !empty($key) )
|
if ( !empty($key) )
|
||||||
$k = $key . '%5B' . $k . '%5D';
|
$k = $key . $lsb . $k . $rsb;
|
||||||
if ( $v === NULL )
|
if ( $v === NULL )
|
||||||
continue;
|
continue;
|
||||||
elseif ( $v === FALSE )
|
elseif ( $v === FALSE )
|
||||||
|
Loading…
Reference in New Issue
Block a user