Changeset 5536
- Timestamp:
- 12/13/2011 01:39:34 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r5509 r5536 182 182 function bp_dtheme_enqueue_styles() { 183 183 184 // Bail if in admin185 if ( is_admin() )186 return;187 188 184 // Bump this when changes are made to bust cache 189 185 $version = '20111211'; … … 212 208 } 213 209 } 214 add_action( 'wp_ print_styles', 'bp_dtheme_enqueue_styles' );210 add_action( 'wp_enqueue_styles', 'bp_dtheme_enqueue_styles' ); 215 211 endif; 216 212
Note: See TracChangeset
for help on using the changeset viewer.