From 3e3fb7de828e841eb347a6c4d688694a02d89bef Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Thu, 5 Nov 2015 20:20:18 +0800 Subject: [PATCH] Remove slashes in single and double quotes --- core/um-short-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/um-short-functions.php b/core/um-short-functions.php index 6674167c..662496d3 100644 --- a/core/um-short-functions.php +++ b/core/um-short-functions.php @@ -489,7 +489,7 @@ function um_profile_id() { if ( isset($_REQUEST['um_search']) ) { $query = $ultimatemember->permalinks->get_query_array(); if ( $query[$filter] != '' ) { - echo $query[$filter]; + echo stripslashes_deep( $query[$filter] ); } } echo '';