mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 19:56:27 +09:00
Fix email and user submitted data encoding
This commit is contained in:
@@ -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 .= "<p><label>$k</label><span>$v</span></p>";
|
||||
|
||||
Reference in New Issue
Block a user