Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/05/2010 11:03:47 AM (15 years ago)
Author:
apeatling
Message:

Fixing bug with group activity stream and limiting to only the logged in users activity.

File:
1 edited

Legend:

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

    r2580 r2604  
    17751775        global $bp;
    17761776
    1777         if ( bp_is_blog_page() && is_front_page() && $bp->current_component != BP_HOME_BLOG_SLUG )
     1777        if ( is_front_page() && $bp->current_component != BP_HOME_BLOG_SLUG )
    17781778            $bp_classes[] = 'home-page';
    17791779
Note: See TracChangeset for help on using the changeset viewer.