Skip to:
Content

BuddyPress.org

Changeset 5529


Ignore:
Timestamp:
12/12/2011 10:59:36 PM (13 years ago)
Author:
boonebgorges
Message:

Don't load bp-default stylesheet in admin area. Backport of r5264 to 1.5 branch. Fixes #3846

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5/bp-themes/bp-default/functions.php

    r5363 r5529  
    181181 */
    182182function bp_dtheme_enqueue_styles() {
     183    if ( is_admin() ) {
     184        return;
     185    }
     186   
    183187    // Bump this when changes are made to bust cache
    184188    $version = '20111013';
Note: See TracChangeset for help on using the changeset viewer.