- Timestamp:
- 05/17/2023 11:14:06 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/loader.php
r13461 r13481 63 63 require $this->dir . 'template-tags.php'; 64 64 65 if ( bp_core_retain_legacy_widgets() ) {66 require $this->dir . 'widgets.php';67 }68 69 65 // Test suite requires the AJAX functions early. 70 66 if ( function_exists( 'tests_add_filter' ) ) { … … 94 90 add_action( 'bp_nouveau_enqueue_scripts', 'bp_nouveau_activity_enqueue_scripts' ); 95 91 add_action( 'bp_nouveau_notifications_init_filters', 'bp_nouveau_activity_notification_filters' ); 96 97 if ( bp_core_retain_legacy_widgets() ) {98 add_action( 'bp_widgets_init', array( 'BP_Latest_Activities', 'register_widget' ) );99 }100 92 101 93 $bp = buddypress();
Note: See TracChangeset
for help on using the changeset viewer.