Skip to:
Content

BuddyPress.org

Changeset 1529


Ignore:
Timestamp:
06/09/2009 12:58:56 AM (17 years ago)
Author:
apeatling
Message:

Fixing incorrect group avatar thumb call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-templatetags.php

    r1518 r1529  
    307307            <li>
    308308                <div class="item-avatar">
    309                     <a href="<?php echo bp_get_group_permalink( $group ) ?>" title="<?php echo bp_get_group_name( $group ) ?>"><?php echo get_group_avatar_thumb( $group ) ?></a>
     309                    <a href="<?php echo bp_get_group_permalink( $group ) ?>" title="<?php echo bp_get_group_name( $group ) ?>"><?php echo bp_get_group_avatar_thumb( $group ) ?></a>
    310310                </div>
    311311
Note: See TracChangeset for help on using the changeset viewer.