- Timestamp:
- 11/01/2024 06:07:04 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress-functions.php
r14029 r14068 126 126 ); 127 127 128 // When BP Classic is activated, regular themes need this filter. 128 // When BP Classic is activated, regular themes need this filter. 129 129 if ( bp_is_classic() ) { 130 130 // Set the BP Uri for the Ajax customizer preview. … … 503 503 $params = array( 504 504 'ajaxurl' => bp_core_ajax_url(), 505 'canonical_url' => bp_get_canonical_url(), 505 506 'confirm' => __( 'Are you sure?', 'buddypress' ), 506 507
Note: See TracChangeset
for help on using the changeset viewer.