Skip to:
Content

BuddyPress.org

Changeset 1579


Ignore:
Timestamp:
06/24/2009 07:03:29 PM (16 years ago)
Author:
apeatling
Message:

Applying template tag function name bug to 1.0 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/bp-groups/bp-groups-templatetags.php

    r1518 r1579  
    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.