From fd8af3c3908b7824d5a9ff9738ce4fbbf29946f6 Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Fri, 19 Feb 2016 11:18:23 +0800 Subject: [PATCH] Fix email and user submitted data encoding --- core/um-short-functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/um-short-functions.php b/core/um-short-functions.php index 56d375aa..45407e34 100644 --- a/core/um-short-functions.php +++ b/core/um-short-functions.php @@ -295,8 +295,7 @@ function um_user_ip() { $k = __('date submitted','ultimatemember'); $v = date("d M Y H:i", $v); } - $v = urlencode( $v ); - + if ( $style ) { if ( !$v ) $v = __('(empty)','ultimatemember'); $output .= "

$v

";