Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/08/2017 12:22:09 AM (7 years ago)
Author:
djpaul
Message:

Retire Legacy Forums.

"Legacy Forums" is what we now call the bundled version of bbPress 1 that has shipped with BuddyPress for over nine years. The Legacy Forums codebase/features are many years stagnant, and it has been almost completely hidden from the UI for the past five years.

Legacy Forums were replaced by bbPress 2, which is its own plugin, and we've been promoting its integration with BuddyPress for a long time. Most significantly, bbPress 1 only runs on WordPress versions older than 4.7, because of a BackPress conflict (which is nested inside bbPress 1) with WordPress 4.7's WP_Taxonomy class.

If your site is still using Legacy Forums, you will need to migrate to bbPress 2 to run BuddyPress 3.0. See https://bpdevel.wordpress.com/2017/12/07/legacy-forums-support-will-be/ for more information.

Fixes #5351
See #7502

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/deprecated/1.5.php

    r11447 r11763  
    398398    return BP_Core_Notification::delete_for_user_by_item_id( $user_id, $item_id, $component_name, $component_action, $secondary_item_id );
    399399}
    400 
    401 /**
    402  * In BP 1.5, these functions were renamed for greater consistency
    403  * @deprecated 1.5.0
    404  */
    405 function bp_forum_directory_permalink() {
    406     _deprecated_function( __FUNCTION__, '1.5', 'bp_forums_directory_permalink()' );
    407     bp_forums_directory_permalink();
    408 }
    409     function bp_get_forum_directory_permalink() {
    410         _deprecated_function( __FUNCTION__, '1.5', 'bp_get_forums_directory_permalink()' );
    411         return bp_get_forums_directory_permalink();
    412     }
    413400
    414401/**
Note: See TracChangeset for help on using the changeset viewer.