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

";