Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/21/2010 11:19:32 AM (17 years ago)
Author:
apeatling
Message:

Fixed issues with the listing of hidden groups when you are logged in. Switched all references of bp_is_home() to the more appropriate bp_is_my_profile().

File:
1 edited

Legend:

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

    r2383 r2389  
    515515         * menus for something like a group, or event.
    516516         */
    517         if ( bp_is_home() || $bp->is_single_item ) {
     517        if ( bp_is_my_profile() || $bp->is_single_item ) {
    518518                if ( count( $bp->bp_options_nav[$bp->current_component] ) < 1 )
    519519                        return false;
Note: See TracChangeset for help on using the changeset viewer.