Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/09/2014 04:43:00 PM (11 years ago)
Author:
boonebgorges
Message:

Formally deprecate the BuddyBar.

BuddyPress has been fully compatible with the WordPress toolbar since 1.6. We
have provided backward compatible support for the BuddyBar through the
BP_USE_WP_ADMIN_BAR constant. This changeset retains this support, but
officially deprecates it, with the following changes:

  • All UI related to the BuddyBar has been removed from the Dashboard setings panels
  • BuddyBar-related code has been moved to the deprecated functions folder
  • A _doing_it_wrong() notice is now thrown when loading the BuddyBar

Fixes #5390

Props DJPaul for an initial patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-loader.php

    r8543 r8568  
    103103            'activity',
    104104            'template',
    105             'buddybar',
    106105            'adminbar',
    107106            'functions',
     
    351350
    352351    /**
    353      * Setup BuddyBar navigation
     352     * Set up navigation.
    354353     *
    355354     * @global BuddyPress $bp The one true BuddyPress instance
Note: See TracChangeset for help on using the changeset viewer.