Skip to:
Content

BuddyPress.org

Changeset 5537


Ignore:
Timestamp:
12/13/2011 01:41:02 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Revert r5529/r5264. Use wp_enqueue_styles in bp-default. See #3846 (1.5 branch)

File:
1 edited

Legend:

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

    r5529 r5537  
    181181 */
    182182function bp_dtheme_enqueue_styles() {
    183     if ( is_admin() ) {
    184         return;
    185     }
    186183   
    187184    // Bump this when changes are made to bust cache
     
    211208    }
    212209}
    213 add_action( 'wp_print_styles', 'bp_dtheme_enqueue_styles' );
     210add_action( 'wp_enqueue_styles', 'bp_dtheme_enqueue_styles' );
    214211endif;
    215212
Note: See TracChangeset for help on using the changeset viewer.