Changeset 7756 for trunk/bp-core/bp-core-buddybar.php
- Timestamp:
- 01/24/2014 11:48:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-buddybar.php
r7434 r7756 700 700 $min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; 701 701 702 if ( file_exists( get_stylesheet_directory() . '/_inc/css/adminbar.css' ) ) // Backwards compatibility702 if ( file_exists( get_stylesheet_directory() . '/_inc/css/adminbar.css' ) ) { // Backwards compatibility 703 703 $stylesheet = get_stylesheet_directory_uri() . '/_inc/css/adminbar.css'; 704 else 705 $stylesheet = BP_PLUGIN_URL . "bp-core/css/buddybar{$min}.css"; 704 } else { 705 $stylesheet = buddypress()->plugin_url . "bp-core/css/buddybar{$min}.css"; 706 } 706 707 707 708 wp_enqueue_style( 'bp-admin-bar', apply_filters( 'bp_core_buddybar_rtl_css', $stylesheet ), array(), bp_get_version() );
Note: See TracChangeset
for help on using the changeset viewer.