Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/28/2012 10:05:51 PM (13 years ago)
Author:
djpaul
Message:

s/admin bar/toolbar. Fixes #4056

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-adminbar.php

    r5867 r5868  
    22
    33/**
    4  * BuddyPress Core Admin Bar
     4 * BuddyPress Core Toolbar
    55 *
    6  * Handles the core functions related to the WordPress Admin Bar
     6 * Handles the core functions related to the WordPress Toolbar
    77 *
    88 * @package BuddyPress
     
    4545
    4646/**
    47  * Handle the Admin Bar CSS
     47 * Handle the Toolbar CSS
    4848 *
    4949 * @since BuddyPress 1.5
     
    5454        return;
    5555
    56     // Admin bar styles
     56    // Toolbar styles
    5757    if ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG )
    5858        $stylesheet = BP_PLUGIN_URL . 'bp-core/css/admin-bar.dev.css';
Note: See TracChangeset for help on using the changeset viewer.