Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/25/2011 12:01:55 AM (14 years ago)
Author:
boonebgorges
Message:

Global/slug audit for groups component. Also regularizes the way that some group forum actions are concatenated. See #3325

File:
1 edited

Legend:

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

    r4823 r4844  
    12511251
    12521252            // 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 ) ) {
    12541254                // Check whether the user is saving changes
    12551255                $this->edit_screen_save();
Note: See TracChangeset for help on using the changeset viewer.