Changeset 388 for trunk/bp-groups.php
- Timestamp:
- 10/10/2008 11:47:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups.php
r380 r388 232 232 function groups_get_group_theme() { 233 233 global $current_component, $current_action, $is_single_group; 234 234 235 235 // The theme filter does not recognize any globals, where as the stylesheet filter does. 236 236 // We have to set up the globals to use manually. … … 800 800 do_action( 'groups_created_group', array( 'group_id' => $group->id ) ); 801 801 802 header( "Location: " . $bp['loggedin_domain'] . $bp['groups']['slug'] . "/" . $group->slug);802 header( "Location: " . bp_group_permalink( $group, false ) ); 803 803 804 804 break;
Note: See TracChangeset
for help on using the changeset viewer.