Changeset 2121
- Timestamp:
- 11/25/2009 11:33:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bp-groups.php
r2110 r2121 408 408 function groups_screen_create_group() { 409 409 global $bp; 410 411 /* Initial check of action variable[0] to prevent conflicts */ 412 if ( !empty( $bp->action_variables[0] ) && $bp->action_variables[0] != 'step' ) 413 return false; 410 414 411 415 /* If no current step is set, reset everything so we can start a fresh group creation */
Note: See TracChangeset
for help on using the changeset viewer.