Changeset 10613 for trunk/src/bp-core/bp-core-cssjs.php
- Timestamp:
- 02/18/2016 11:10:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cssjs.php
r10497 r10613 17 17 */ 18 18 function bp_core_register_common_scripts() { 19 $min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';19 $min = bp_core_get_minified_asset_suffix(); 20 20 $url = buddypress()->plugin_url . 'bp-core/js/'; 21 21 … … 64 64 */ 65 65 function bp_core_register_common_styles() { 66 $min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';66 $min = bp_core_get_minified_asset_suffix(); 67 67 $url = buddypress()->plugin_url . 'bp-core/css/'; 68 68
Note: See TracChangeset
for help on using the changeset viewer.