Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/19/2021 04:25:39 AM (4 years ago)
Author:
imath
Message:

Entirely remove the code of the deprecated BuddyBar

The BuddyBar has been deprecated in version 2.1. We are now completely removing it.

Props r-a-y, DJPaul

Fixes #7729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-component.php

    r12757 r12893  
    595595                'name'                => __( 'Memberships', 'buddypress' ),
    596596                'slug'                => $this->current_group->slug,
    597                 'position'            => -1, // Do not show in BuddyBar.
     597                'position'            => -1, // Do not show into the navigation.
    598598                'screen_function'     => 'groups_screen_group_home',
    599599                'default_subnav_slug' => $this->default_extension,
Note: See TracChangeset for help on using the changeset viewer.