- Timestamp:
- 02/18/2016 11:10:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r10487 r10613 215 215 */ 216 216 public function enqueue_styles() { 217 $min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';217 $min = bp_core_get_minified_asset_suffix(); 218 218 219 219 // Locate the BP stylesheet. … … 276 276 */ 277 277 public function enqueue_scripts() { 278 $min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';278 $min = bp_core_get_minified_asset_suffix(); 279 279 280 280 // Locate the BP JS file.
Note: See TracChangeset
for help on using the changeset viewer.