Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/21/2010 11:19:32 AM (16 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/change-avatar.php

    r2386 r2389  
    2424
    2525                                        <p id="current-avatar">
    26                                                 <?php bp_displayed_user_avatar( 'type=full') ?>
     26                                                <?php bp_displayed_user_avatar( 'type=full' ) ?>
    2727                                                <?php bp_displayed_user_avatar( 'type=thumb' ) ?>
    2828                                        </p>
Note: See TracChangeset for help on using the changeset viewer.