Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/09/2010 04:16:51 PM (17 years ago)
Author:
apeatling
Message:

Updating template based hooks.

File:
1 edited

Legend:

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

    r2170 r2284  
    1 <?php /* Querystring is set via AJAX in _inc/ajax.php - bp_dtheme_groups_directory_filter() */ ?>
     1<?php /* Querystring is set via AJAX in _inc/ajax.php - bp_dtheme_content_filter() */ ?>
     2
     3<?php do_action( 'bp_before_groups_loop' ) ?>
     4
    25<?php if ( bp_has_groups( bp_ajax_querystring() ) ) : ?>
    36
     
    1316
    1417        </div>
    15 
    16         <?php do_action( 'bp_before_directory_groups_list' ) ?>
    1718
    1819        <ul id="groups-list" class="item-list">
     
    4950        </ul>
    5051
    51         <?php do_action( 'bp_after_directory_groups_list' ) ?>
     52        <?php do_action( 'bp_after_groups_loop' ) ?>
    5253
    5354<?php else: ?>
Note: See TracChangeset for help on using the changeset viewer.