Changeset 7756 for trunk/bp-core/bp-core-adminbar.php
- Timestamp:
- 01/24/2014 11:48:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-adminbar.php
r7720 r7756 103 103 104 104 // Toolbar styles 105 $stylesheet = BP_PLUGIN_URL. "bp-core/css/admin-bar{$min}.css";105 $stylesheet = buddypress()->plugin_url . "bp-core/css/admin-bar{$min}.css"; 106 106 107 107 wp_enqueue_style( 'bp-admin-bar', apply_filters( 'bp_core_admin_bar_css', $stylesheet ), array( 'admin-bar' ), bp_get_version() );
Note: See TracChangeset
for help on using the changeset viewer.