Changeset 7379 for trunk/bp-groups/bp-groups-widgets.php
- Timestamp:
- 09/16/2013 07:55:25 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-widgets.php (modified) (2 diffs)
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>
Note: See TracChangeset
for help on using the changeset viewer.