From 25191fabb8e48d0bed0390431113acd20467bc21 Mon Sep 17 00:00:00 2001 From: rob1n Date: Wed, 11 Apr 2007 03:41:42 +0000 Subject: [PATCH] Rollback wonky part of [5193]. see #4084 git-svn-id: http://svn.automattic.com/wordpress/trunk@5240 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 1 - 1 file changed, 1 deletion(-) 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) )