Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 02:14:07 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Remove unneeded globals and clean up some code in XProfile component. See #3989.

File:
1 edited

Legend:

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

    r5504 r5699  
    11<?php
     2
    23/**
    34 * BuddyPress XProfile Loader
     
    78 *
    89 * @package BuddyPress
    9  * @subpackage XProfile Core
     10 * @subpackage XProfileLoader
    1011 */
    1112
     
    109110        global $bp;
    110111
     112        $sub_nav = array();
     113
    111114        // Add 'Profile' to the main navigation
    112115        $main_nav = array(
Note: See TracChangeset for help on using the changeset viewer.