Changeset 4844 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 07/25/2011 12:01:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r4840 r4844 761 761 } else { 762 762 // 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() ); 764 764 } 765 765
Note: See TracChangeset
for help on using the changeset viewer.