Changeset 8094
- Timestamp:
- 03/09/2014 07:18:35 PM (11 years ago)
- Location:
- trunk/bp-groups
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-actions.php
r8093 r8094 310 310 bp_core_add_message( __( 'You successfully left the group.', 'buddypress' ) ); 311 311 } 312 312 313 313 $redirect = bp_get_group_permalink( groups_get_current_group() ); 314 314 315 315 if( 'hidden' == $bp->groups->current_group->status ) { 316 316 $redirect = trailingslashit( bp_loggedin_user_domain() . bp_get_groups_slug() ); -
trunk/bp-groups/bp-groups-screens.php
r8093 r8094 1153 1153 1154 1154 /** 1155 * Add custom template hierarchy to theme compat for group pages. 1155 * Add custom template hierarchy to theme compat for group pages. 1156 1156 * 1157 1157 * 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.