Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/17/2023 11:14:06 AM (22 months ago)
Author:
imath
Message:

Deprecate BP Legacy widgets

Deprecate all classes, functions, JavaScripts and files related to Legacy Widgets. Legacy Widgets are now available from the BP Classic plugin.

See #8869
Closes https://github.com/buddypress/buddypress/pull/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/messages/loader.php

    r13461 r13481  
    6969        add_action( 'bp_init', 'bp_nouveau_register_messages_ajax_actions' );
    7070
    71         // Notices
    72         add_action( 'widgets_init', 'bp_nouveau_unregister_notices_widget' );
    73 
    7471        $hook = 'bp_parse_query';
    7572        if ( 'rewrites' !== bp_core_get_query_parser() ) {
Note: See TracChangeset for help on using the changeset viewer.