Skip to:
Content

BuddyPress.org

Changeset 580 for trunk/bp-activity.php


Ignore:
Timestamp:
11/26/2008 10:49:51 PM (15 years ago)
Author:
apeatling
Message:
  • Added group directory to browse newest groups, groups by letter and search all groups. Also shows featured groups in the sidebar.
  • Changed buttons from images to background images and text to provide better translation options
  • Modified member theme to re-use get_header() and get_footer() - custom themes will need to be updated
  • Fixed bug with wp_redirect() and bp_core_do_catch_uri() clashing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r561 r580  
    167167    /* Add the subnav items to the activity nav item */
    168168    bp_core_add_subnav_item( $bp['activity']['slug'], 'just-me', __('Just Me', 'buddypress'), $activity_link, 'bp_activity_screen_my_activity' );
    169     bp_core_add_subnav_item( $bp['activity']['slug'], 'my-friends', __('My Friends', 'buddypress'), $activity_link, 'bp_activity_screen_friends_activity' );
     169    bp_core_add_subnav_item( $bp['activity']['slug'], 'my-friends', __('My Friends', 'buddypress'), $activity_link, 'bp_activity_screen_friends_activity', false, bp_is_home() );
    170170   
    171171    if ( $bp['current_component'] == $bp['activity']['slug'] ) {
Note: See TracChangeset for help on using the changeset viewer.