diff --git a/core/um-actions-profile.php b/core/um-actions-profile.php index 279ec88a..f4e48401 100644 --- a/core/um-actions-profile.php +++ b/core/um-actions-profile.php @@ -381,20 +381,10 @@
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' ) ) : ?> - + if( um_get_option( 'profile_show_html_bio' ) ) : ?> + @@ -405,8 +395,10 @@
- fields->is_error('description') ) { - echo $ultimatemember->fields->field_error( $ultimatemember->fields->show_error('description'), true ); } + fields->is_error('description') ) { + echo $ultimatemember->fields->field_error( $ultimatemember->fields->show_error('description'), true ); + } ?>
@@ -683,25 +675,25 @@
- $tab ) { + $tab ) { - if ( isset( $tab['subnav'] ) && $active_tab == $id ) { + if ( isset( $tab['subnav'] ) && $active_tab == $id ) { - $active_subnav = ( $ultimatemember->profile->active_subnav() ) ? $ultimatemember->profile->active_subnav() : $tab['subnav_default']; + $active_subnav = ( $ultimatemember->profile->active_subnav() ) ? $ultimatemember->profile->active_subnav() : $tab['subnav_default']; - echo '
'; - foreach( $tab['subnav'] as $id => $subtab ) { + echo '
'; + foreach( $tab['subnav'] as $id => $subtab ) { - ?> + ?> - + - '; } - echo '
'; + } - } - }