Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/19/2009 09:08:59 AM (17 years ago)
Author:
apeatling
Message:

Fixes #1478

File:
1 edited

Legend:

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

    r2077 r2206  
    2121                $admin_bar_css = WP_CONTENT_URL . '/themes/' . get_blog_option( BP_ROOT_BLOG, 'template' ) . '/_inc/css/adminbar.css';
    2222        else
    23                 $admin_bar_css = BP_PLUGIN_URL . '/bp-core/deprecated/css/admin-bar.css';
     23                $admin_bar_css = BP_PLUGIN_URL . '/bp-core/css/admin-bar-fallback.css';
    2424
    2525        wp_enqueue_style( 'bp-admin-bar', apply_filters( 'bp_core_admin_bar_css', $admin_bar_css ) );
Note: See TracChangeset for help on using the changeset viewer.