Changeset 5264 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 11/03/2011 07:31:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r5259 r5264 179 179 */ 180 180 function bp_dtheme_enqueue_styles() { 181 182 // Bail if in admin 183 if ( is_admin() ) 184 return; 185 181 186 // Bump this when changes are made to bust cache 182 187 $version = '20110921';
Note: See TracChangeset
for help on using the changeset viewer.