Update 1.0.85

This commit is contained in:
ultimatemember
2015-03-14 23:39:33 +02:00
parent 506593f409
commit 5815557192
27 changed files with 238 additions and 77 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class UM_Fields {
foreach( $social as $k => $arr ) {
if ( um_profile( $k ) ) { ?>
<a href="<?php echo um_filtered_social_link( $k , $arr['match'] ); ?>" style="background: <?php echo $arr['color']; ?>;" target="_blank"><i class="<?php echo $arr['icon']; ?>"></i></a>
<a href="<?php echo um_filtered_social_link( $k , $arr['match'] ); ?>" style="background: <?php echo $arr['color']; ?>;" target="_blank" class="um-tip-n" title="<?php echo $arr['title']; ?>"><i class="<?php echo $arr['icon']; ?>"></i></a>
<?php
}