Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/26/2009 11:20:12 AM (16 years ago)
Author:
apeatling
Message:

Selectively including files that only need to be included at specific times.

File:
1 edited

Legend:

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

    r1250 r1262  
    4848    check_ajax_referer( 'group-filter-box' );
    4949   
    50     load_template( get_template_directory() . '/groups/group-loop.php' );
     50    load_template( TEMPLATEPATH . '/groups/group-loop.php' );
    5151}
    5252add_action( 'wp_ajax_group_filter', 'groups_ajax_group_filter' );
Note: See TracChangeset for help on using the changeset viewer.