Skip to:
Content

BuddyPress.org

Changeset 2389 for trunk/bp-activity.php


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-activity.php

    r2387 r2389  
    114114
    115115        if ( $bp->current_component == $bp->activity->slug ) {
    116                 if ( bp_is_home() ) {
     116                if ( bp_is_my_profile() ) {
    117117                        $bp->bp_options_title = __( 'My Activity', 'buddypress' );
    118118                } else {
Note: See TracChangeset for help on using the changeset viewer.