Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/19/2021 04:25:39 AM (5 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-core/deprecated/8.0.php

    r12851 r12893  
    3939    return bp_members_new_avatar_activity( $user_id );
    4040}
     41
     42/**
     43 * Should the old BuddyBar be forced in place of the WP admin bar?
     44 *
     45 * We deprecated the BuddyBar in v2.1.0, but have completely removed it in
     46 * v8.0.
     47 *
     48 * @since 1.6.0
     49 * @deprecated 8.0.0
     50 *
     51 * @return bool
     52 */
     53function bp_force_buddybar() {
     54    _deprecated_function( __FUNCTION__, '8.0' );
     55
     56    return false;
     57}
Note: See TracChangeset for help on using the changeset viewer.