Skip to:
Content

BuddyPress.org

Changeset 8094


Ignore:
Timestamp:
03/09/2014 07:18:35 PM (11 years ago)
Author:
boonebgorges
Message:

Pinking shears

Location:
trunk/bp-groups
Files:
2 edited

Legend:

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

    r8093 r8094  
    310310            bp_core_add_message( __( 'You successfully left the group.', 'buddypress' ) );
    311311        }
    312            
     312
    313313        $redirect = bp_get_group_permalink( groups_get_current_group() );
    314        
     314
    315315        if( 'hidden' == $bp->groups->current_group->status ) {
    316316            $redirect = trailingslashit( bp_loggedin_user_domain() . bp_get_groups_slug() );
  • trunk/bp-groups/bp-groups-screens.php

    r8093 r8094  
    11531153
    11541154    /**
    1155      * Add custom template hierarchy to theme compat for group pages. 
     1155     * Add custom template hierarchy to theme compat for group pages.
    11561156     *
    11571157     * This is to mirror how WordPress has {@link https://codex.wordpress.org/Template_Hierarchy template hierarchy}.
Note: See TracChangeset for help on using the changeset viewer.