Changeset 5241 for branches/1.5/bp-themes/bp-default/functions.php
- Timestamp:
- 10/13/2011 07:03:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-themes/bp-default/functions.php
r5218 r5241 140 140 function bp_dtheme_enqueue_scripts() { 141 141 // Bump this when changes are made to bust cache 142 $version = '2011 0921';142 $version = '20111013'; 143 143 144 144 // Enqueue the global JS - Ajax will not work without it … … 180 180 function bp_dtheme_enqueue_styles() { 181 181 // Bump this when changes are made to bust cache 182 $version = '2011 0921';182 $version = '20111013'; 183 183 184 184 // Register our main stylesheet
Note: See TracChangeset
for help on using the changeset viewer.