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-themes/bp-sn-parent/groups/group-loop.php

    r2168 r2389  
    5050                        </div>
    5151
    52                         <?php if ( bp_is_home() ) : ?>
     52                        <?php if ( bp_is_my_profile() ) : ?>
    5353
    5454                                <?php do_action( 'bp_before_random_groups_list' ) ?>
Note: See TracChangeset for help on using the changeset viewer.