- Timestamp:
- 11/19/2021 05:03:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress-functions.php
r13145 r13153 218 218 219 219 // Register the Primary Object nav widget. 220 add_action( 'bp_widgets_init', array( 'BP_Nouveau_Object_Nav_Widget', 'register_widget' ) ); 220 if ( bp_core_retain_legacy_widgets() ) { 221 add_action( 'bp_widgets_init', array( 'BP_Nouveau_Object_Nav_Widget', 'register_widget' ) ); 222 } 221 223 222 224 // Set the BP Uri for the Ajax customizer preview.
Note: See TracChangeset
for help on using the changeset viewer.