Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/21/2010 11:19:32 AM (15 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/profile/profile-loop.php

    r2077 r2389  
    4141
    4242        <div class="button-block">
    43             <?php if ( bp_is_home() || is_site_admin() ) : ?>
     43            <?php if ( bp_is_my_profile() || is_site_admin() ) : ?>
    4444
    4545                <?php bp_edit_profile_button() ?>
Note: See TracChangeset for help on using the changeset viewer.