Skip to:
Content

BuddyPress.org

Changeset 1143


Ignore:
Timestamp:
02/25/2009 04:13:00 AM (16 years ago)
Author:
apeatling
Message:

Fixes #498

File:
1 edited

Legend:

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

    r1076 r1143  
    4848    wp_print_styles();
    4949}
    50 add_action( 'wp_head', 'bp_core_add_css' );
     50add_action( 'wp_head', 'bp_core_add_css', 1 );
    5151
    5252/**
     
    6565    }
    6666}
    67 add_action( 'wp_head', 'bp_core_admin_bar_css' );
     67add_action( 'wp_head', 'bp_core_admin_bar_css', 2 );
    6868
    6969/**
Note: See TracChangeset for help on using the changeset viewer.