- Timestamp:
- 08/31/2024 01:26:36 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r13882 r14013 407 407 408 408 // Ensure the assets can be located when running from /src/. 409 if ( defined( 'BP_SOURCE_SUBDIRECTORY' ) && BP_SOURCE_SUBDIRECTORY === 'src') {409 if ( bp_is_running_from_src_subdirectory() ) { 410 410 $file = str_replace( '.min', '', $file ); 411 411 }
Note: See TracChangeset
for help on using the changeset viewer.