Changeset 8770 for trunk/src/bp-core/bp-core-admin.php
- Timestamp:
- 08/09/2014 02:55:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-admin.php
r8705 r8770 467 467 */ 468 468 public function enqueue_scripts() { 469 470 469 $min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; 471 470 … … 473 472 $file = apply_filters( 'bp_core_admin_common_css', $file ); 474 473 wp_enqueue_style( 'bp-admin-common-css', $file, array(), bp_get_version() ); 474 475 wp_style_add_data( 'bp-admin-common-css', 'rtl', true ); 476 if ( $min ) { 477 wp_style_add_data( 'bp-admin-common-css', 'suffix', $min ); 478 } 475 479 } 476 480
Note: See TracChangeset
for help on using the changeset viewer.