Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2010 03:04:20 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Add BP_Button class to trunk. See r3260 for details from branch commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/groups-loop.php

    r2712 r3263  
    3232
    3333                <?php do_action( 'bp_directory_groups_item' ) ?>
     34
    3435            </div>
    3536
    3637            <div class="action">
    37                 <?php bp_group_join_button() ?>
     38
     39                <?php do_action( 'bp_directory_groups_actions' ) ?>
    3840
    3941                <div class="meta">
     42
    4043                    <?php bp_group_type() ?> / <?php bp_group_member_count() ?>
     44
    4145                </div>
    4246
    43                 <?php do_action( 'bp_directory_groups_actions' ) ?>
    4447            </div>
    4548
Note: See TracChangeset for help on using the changeset viewer.