Changeset 4844 for trunk/bp-groups/bp-groups-classes.php
- Timestamp:
- 07/25/2011 12:01:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-classes.php
r4823 r4844 1251 1251 1252 1252 // Catch the edit screen and forward it to the plugin template 1253 if ( bp_is_groups_component() && bp_is_current_action( 'admin' ) && !empty( $bp->action_variables[0] ) && $this->slug == $bp->action_variables[0]) {1253 if ( bp_is_groups_component() && bp_is_current_action( 'admin' ) && bp_is_action_variable( $this->slug, 0 ) ) { 1254 1254 // Check whether the user is saving changes 1255 1255 $this->edit_screen_save();
Note: See TracChangeset
for help on using the changeset viewer.