Changeset 11608
- Timestamp:
- 06/22/2017 11:36:24 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
-
bp-groups/bp-groups-template.php (modified) (2 diffs)
-
bp-templates/bp-legacy/css/buddypress-rtl.css (modified) (1 diff)
-
bp-templates/bp-legacy/css/buddypress.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r11598 r11608 1633 1633 <?php foreach( (array) $group->admins as $admin ) { ?> 1634 1634 <li> 1635 <a href="<?php echo bp_core_get_user_domain( $admin->user_id, $admin->user_nicename, $admin->user_login ) ?>" ><?php echo bp_core_fetch_avatar( array( 'item_id' => $admin->user_id, 'email' => $admin->user_email, 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_core_get_user_displayname( $admin->user_id ) ) ) ) ?></a>1635 <a href="<?php echo bp_core_get_user_domain( $admin->user_id, $admin->user_nicename, $admin->user_login ) ?>" class="bp-tooltip" data-bp-tooltip="<?php printf( ('%s'), bp_core_get_user_displayname( $admin->user_id ) ); ?>"><?php echo bp_core_fetch_avatar( array( 'item_id' => $admin->user_id, 'email' => $admin->user_email, 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_core_get_user_displayname( $admin->user_id ) ) ) ) ?></a> 1636 1636 </li> 1637 1637 <?php } ?> … … 1665 1665 1666 1666 <li> 1667 <a href="<?php echo bp_core_get_user_domain( $mod->user_id, $mod->user_nicename, $mod->user_login ) ?>" ><?php echo bp_core_fetch_avatar( array( 'item_id' => $mod->user_id, 'email' => $mod->user_email, 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_core_get_user_displayname( $mod->user_id ) ) ) ) ?></a>1667 <a href="<?php echo bp_core_get_user_domain( $mod->user_id, $mod->user_nicename, $mod->user_login ) ?>" class="bp-tooltip" data-bp-tooltip="<?php printf( ('%s'), bp_core_get_user_displayname( $mod->user_id ) ); ?>"><?php echo bp_core_fetch_avatar( array( 'item_id' => $mod->user_id, 'email' => $mod->user_email, 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_core_get_user_displayname( $mod->user_id ) ) ) ) ?></a> 1668 1668 </li> 1669 1669 -
trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css
r11587 r11608 1521 1521 } 1522 1522 1523 #buddypress div#item-header div#item-actions a { 1524 display: inline-block; 1525 } 1526 1523 1527 #buddypress div#item-header ul { 1524 1528 margin-bottom: 15px; 1525 overflow: hidden; 1529 } 1530 1531 #buddypress div#item-header ul:after { 1532 clear: both; 1533 content: ""; 1534 display: table; 1526 1535 } 1527 1536 -
trunk/src/bp-templates/bp-legacy/css/buddypress.css
r11587 r11608 1521 1521 } 1522 1522 1523 #buddypress div#item-header div#item-actions a { 1524 display: inline-block; 1525 } 1526 1523 1527 #buddypress div#item-header ul { 1524 1528 margin-bottom: 15px; 1525 overflow: hidden; 1529 } 1530 1531 #buddypress div#item-header ul:after { 1532 clear: both; 1533 content: ""; 1534 display: table; 1526 1535 } 1527 1536
Note: See TracChangeset
for help on using the changeset viewer.