From 8ec18b63b30b9d18e043f61b0edc26fc4a7f74cb Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Fri, 8 Apr 2016 10:25:45 +0800 Subject: [PATCH] Fix status message encoding --- core/um-actions-profile.php | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/core/um-actions-profile.php b/core/um-actions-profile.php index 32e7a826..279ec88a 100644 --- a/core/um-actions-profile.php +++ b/core/um-actions-profile.php @@ -380,10 +380,23 @@ fields->viewing == true && um_user('description') && $args['show_bio'] ) { ?>
- -
') ); ?> + array( + 'href' => array(), + 'title' => array() + ), + 'br' => array(), + 'em' => array(), + 'strong' => array(), + ); + + $description = get_user_meta( um_user('ID') , 'description', true); + + if( um_get_option( 'profile_show_html_bio' ) ) : ?> + - +