Fixes an issue where tagline shows the current users to all members

This commit is contained in:
Champ Camba
2016-11-30 20:18:13 +08:00
parent f15c4e3304
commit de4d06c29a
+3
View File
@@ -43,6 +43,9 @@
<?php
if ( $show_tagline && is_array( $tagline_fields ) ) {
um_fetch_user( $member );
foreach( $tagline_fields as $key ) {
if ( $key && um_filtered_value( $key ) ) {
$value = um_filtered_value( $key );