- Timestamp:
- 09/28/2024 03:30:07 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress-functions.php
r14022 r14029 126 126 ); 127 127 128 // When BP Classic is activated, regular themes need this filter. 129 if ( function_exists( 'bp_classic') ) {128 // When BP Classic is activated, regular themes need this filter. 129 if ( bp_is_classic() ) { 130 130 // Set the BP Uri for the Ajax customizer preview. 131 131 add_filter( 'bp_uri', array( $this, 'customizer_set_uri' ), 10, 1 );
Note: See TracChangeset
for help on using the changeset viewer.