Add class for member tagline in directory grid

This commit is contained in:
Champ Camba
2017-07-03 21:00:34 +08:00
parent d3074b0b45
commit bf306bdbbd
+5 -4
View File
@@ -50,14 +50,15 @@
if ( $key && um_filtered_value( $key ) ) {
$value = um_filtered_value( $key );
?>
<div class="um-member-tagline"><?php echo $value; ?></div>
<div class="um-member-tagline um-member-tagline-<?php echo $key;?>"><?php echo $value; ?></div>
<?php
}
}
}
} // end if
} // end foreach
} // end if $show_tagline
?>
<?php if ( $show_userinfo ) { ?>