Changeset 5868 for trunk/bp-core/bp-core-adminbar.php
- Timestamp:
- 02/28/2012 10:05:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-adminbar.php
r5867 r5868 2 2 3 3 /** 4 * BuddyPress Core Admin Bar4 * BuddyPress Core Toolbar 5 5 * 6 * Handles the core functions related to the WordPress Admin Bar6 * Handles the core functions related to the WordPress Toolbar 7 7 * 8 8 * @package BuddyPress … … 45 45 46 46 /** 47 * Handle the Admin Bar CSS47 * Handle the Toolbar CSS 48 48 * 49 49 * @since BuddyPress 1.5 … … 54 54 return; 55 55 56 // Adminbar styles56 // Toolbar styles 57 57 if ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) 58 58 $stylesheet = BP_PLUGIN_URL . 'bp-core/css/admin-bar.dev.css';
Note: See TracChangeset
for help on using the changeset viewer.