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-core/bp-core-template.php

    r4840 r4844  
    761761    } else {
    762762        // When no $position is specified, check the entire array
    763         $is_action_variable = in_array( $action_variable, bp_action_variables() );
     763        $is_action_variable = in_array( $action_variable, (array)bp_action_variables() );
    764764    }
    765765   
Note: See TracChangeset for help on using the changeset viewer.