Changeset 4842 for trunk/bp-settings/bp-settings-actions.php
- Timestamp:
- 07/24/2011 10:51:38 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-settings/bp-settings-actions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-settings/bp-settings-actions.php
r4826 r4842 8 8 global $bp; 9 9 10 if ( !empty( $bp->action_variables) ) {10 if ( bp_action_variables() ) { 11 11 bp_do_404(); 12 12 return; … … 118 118 global $bp; 119 119 120 if ( !empty( $bp->action_variables) ) {120 if ( bp_action_variables() ) { 121 121 bp_do_404(); 122 122 return; … … 146 146 global $bp; 147 147 148 if ( !empty( $bp->action_variables) ) {148 if ( bp_action_variables() ) { 149 149 bp_do_404(); 150 150 return;
Note: See TracChangeset
for help on using the changeset viewer.