Changeset 7379
- Timestamp:
- 09/16/2013 07:55:25 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-widgets.php
r7290 r7379 70 70 <ul id="groups-list" class="item-list"> 71 71 <?php while ( bp_groups() ) : bp_the_group(); ?> 72 <li >72 <li <?php bp_group_class(); ?>> 73 73 <div class="item-avatar"> 74 74 <a href="<?php bp_group_permalink() ?>" title="<?php bp_group_name() ?>"><?php bp_group_avatar_thumb() ?></a> … … 173 173 <?php echo "0[[SPLIT]]"; ?> 174 174 <?php while ( bp_groups() ) : bp_the_group(); ?> 175 <li >175 <li <?php bp_group_class(); ?>> 176 176 <div class="item-avatar"> 177 177 <a href="<?php bp_group_permalink() ?>"><?php bp_group_avatar_thumb() ?></a> -
trunk/bp-templates/bp-legacy/buddypress/groups/groups-loop.php
r6284 r7379 38 38 <?php while ( bp_groups() ) : bp_the_group(); ?> 39 39 40 <li >40 <li <?php bp_group_class(); ?>> 41 41 <div class="item-avatar"> 42 42 <a href="<?php bp_group_permalink(); ?>"><?php bp_group_avatar( 'type=thumb&width=50&height=50' ); ?></a> -
trunk/bp-themes/bp-default/groups/groups-loop.php
r4678 r7379 38 38 <?php while ( bp_groups() ) : bp_the_group(); ?> 39 39 40 <li >40 <li <?php bp_group_class(); ?>> 41 41 <div class="item-avatar"> 42 42 <a href="<?php bp_group_permalink(); ?>"><?php bp_group_avatar( 'type=thumb&width=50&height=50' ); ?></a>
Note: See TracChangeset
for help on using the changeset viewer.