Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/09/2011 10:58:18 PM (14 years ago)
Author:
boonebgorges
Message:

Cleans up use of BP_x_SLUG, replacing with wrapper functions where possible

File:
1 edited

Legend:

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

    r4605 r4638  
    454454    global $bp;
    455455
    456     if ( !bp_is_current_component( BP_GROUPS_SLUG ) || !bp_is_current_action( 'admin' ) )
     456    if ( !bp_is_current_component( 'groups' ) || !bp_is_current_action( 'admin' ) )
    457457        return false;
    458458
Note: See TracChangeset for help on using the changeset viewer.