Make WordPress Core

Ticket #14271: build_query.diff

File build_query.diff, 350 bytes (added by pross, 14 years ago)

patch

  • functions.php

    old new  
    13441344 * @return string URL encoded string
    13451345 */
    13461346function build_query( $data ) {
    1347         return _http_build_query( $data, null, '&', '', false );
     1347        return _http_build_query( $data, null, '&', '', false );
    13481348}
    13491349
    13501350/**