Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/24/2012 06:51:29 PM (14 years ago)
Author:
r-a-y
Message:

Use bp_locate_template() in BP_Group_Extension class.

File:
1 edited

Legend:

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

    r6342 r6466  
    14191419                add_action( 'groups_custom_edit_steps', array( &$this, 'edit_screen' ) );
    14201420
    1421                 if ( '' != locate_template( array( 'groups/single/home.php' ), false ) ) {
     1421                if ( '' != bp_locate_template( array( 'groups/single/home.php' ), false ) ) {
    14221422                    bp_core_load_template( apply_filters( 'groups_template_group_home', 'groups/single/home' ) );
    14231423                } else {
Note: See TracChangeset for help on using the changeset viewer.