Changeset 5574 for trunk/bp-core/admin/bp-core-functions.php
- Timestamp:
- 12/19/2011 10:48:35 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/admin/bp-core-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-functions.php
r5524 r5574 389 389 function bp_core_add_admin_menu_styles() { 390 390 if ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) 391 wp_enqueue_style( 'bp-admin-css', apply_filters( 'bp_core_admin_css', BP_PLUGIN_URL . ' /bp-core/css/admin.dev.css' ), array(), '20110723' );391 wp_enqueue_style( 'bp-admin-css', apply_filters( 'bp_core_admin_css', BP_PLUGIN_URL . 'bp-core/css/admin.dev.css' ), array(), '20110723' ); 392 392 else 393 wp_enqueue_style( 'bp-admin-css', apply_filters( 'bp_core_admin_css', BP_PLUGIN_URL . ' /bp-core/css/admin.css' ), array(), '20110723' );393 wp_enqueue_style( 'bp-admin-css', apply_filters( 'bp_core_admin_css', BP_PLUGIN_URL . 'bp-core/css/admin.css' ), array(), '20110723' ); 394 394 395 395 wp_enqueue_script( 'thickbox' );
Note: See TracChangeset
for help on using the changeset viewer.