diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 08ccdce3b9..8ca5e2742c 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -817,7 +817,6 @@ function add_query_arg() { foreach($qs as $k => $v) { if ( $v !== FALSE ) { - $v = rawurlencode($v); if ( $ret != '' ) $ret .= '&'; if ( empty($v) && !preg_match('|[?&]' . preg_quote($k, '|') . '=|', $query) )