Skip to:
Content

BuddyPress.org

Changeset 1415


Ignore:
Timestamp:
04/27/2009 03:48:24 PM (16 years ago)
Author:
apeatling
Message:

Fixes #700

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-adminbar.php

    r1366 r1415  
    4747function bp_adminbar_account_menu() {
    4848    global $bp;
    49    
     49
     50    if ( !$bp->bp_nav )
     51        return false;
     52
    5053    /* Sort the nav by key as the array has been put together in different locations */
    5154    $bp->bp_nav = bp_core_sort_nav_items( $bp->bp_nav );
Note: See TracChangeset for help on using the changeset viewer.