Skip to:
Content

BuddyPress.org

Changeset 4303


Ignore:
Timestamp:
04/29/2011 08:43:25 PM (15 years ago)
Author:
boonebgorges
Message:

Disables Forum Favorites tab until future release. References #3177

Location:
trunk/bp-forums
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-loader.php

    r4235 r4303  
    153153                );
    154154
    155                 // Favorite forums items
     155                // Favorite forums items. Disabled until future release.
     156                /*
    156157                $sub_nav[] = array(
    157158                        'name'            => __( 'Favorites', 'buddypress' ),
     
    163164                        'item_css_id'     => 'favorites'
    164165                );
     166                */
    165167
    166168                parent::_setup_nav( $main_nav, $sub_nav );
  • trunk/bp-forums/bp-forums-screens.php

    r4284 r4303  
    8585}
    8686
     87/**
     88 * Loads the template content for a user's Favorites forum tab.
     89 *
     90 * Note that this feature is not fully implemented at the moment.
     91 *
     92 * @package BuddyPress Forums
     93 */
    8794function bp_member_forums_screen_favorites() {
    8895        global $bp;
Note: See TracChangeset for help on using the changeset viewer.