Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/24/2011 10:51:38 PM (15 years ago)
Author:
boonebgorges
Message:

Global/slug review in Settings and Messages component. See #3325

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-settings/bp-settings-actions.php

    r4826 r4842  
    88    global $bp;
    99
    10     if ( !empty( $bp->action_variables ) ) {
     10    if ( bp_action_variables() ) {
    1111        bp_do_404();
    1212        return;
     
    118118    global $bp;
    119119
    120     if ( !empty( $bp->action_variables ) ) {
     120    if ( bp_action_variables() ) {
    121121        bp_do_404();
    122122        return;
     
    146146    global $bp;
    147147
    148     if ( !empty( $bp->action_variables ) ) {
     148    if ( bp_action_variables() ) {
    149149        bp_do_404();
    150150        return;
Note: See TracChangeset for help on using the changeset viewer.