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' ) ) : ?> + - +