Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2010 01:08:31 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Committing patch from #2566 for easier review and testing. Adds BP_Button class and associated template tags. Also includes code formatting fixes, phpdoc, widget fixes when friends component is disabled, and possibly the kitchen sink.

File:
1 edited

Legend:

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

    r3222 r3260  
    3434
    3535                <?php do_action( 'bp_directory_groups_item' ) ?>
     36
    3637            </div>
    3738
    3839            <div class="action">
    39                 <?php bp_group_join_button() ?>
     40
     41                <?php do_action( 'bp_directory_groups_actions' ) ?>
    4042
    4143                <div class="meta">
     44
    4245                    <?php bp_group_type() ?> / <?php bp_group_member_count() ?>
     46
    4347                </div>
    4448
    45                 <?php do_action( 'bp_directory_groups_actions' ) ?>
    4649            </div>
    4750
Note: See TracChangeset for help on using the changeset viewer.