Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/02/2011 08:54:44 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Move the parent::_setup_nav of the members component inside the bp_is_active( 'xprofile' ) check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-loader.php

    r4006 r4013  
    166166                                'position'        => 10
    167167                        );
     168
     169                        parent::_setup_nav( $main_nav, $sub_nav );
    168170                }
    169 
    170                 parent::_setup_nav( $main_nav, $sub_nav );
    171171        }
    172172
Note: See TracChangeset for help on using the changeset viewer.