Changeset 5537
- Timestamp:
- 12/13/2011 01:41:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-themes/bp-default/functions.php
r5529 r5537 181 181 */ 182 182 function bp_dtheme_enqueue_styles() { 183 if ( is_admin() ) {184 return;185 }186 183 187 184 // Bump this when changes are made to bust cache … … 211 208 } 212 209 } 213 add_action( 'wp_ print_styles', 'bp_dtheme_enqueue_styles' );210 add_action( 'wp_enqueue_styles', 'bp_dtheme_enqueue_styles' ); 214 211 endif; 215 212
Note: See TracChangeset
for help on using the changeset viewer.