Changeset 5056 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 08/30/2011 01:02:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r5051 r5056 140 140 function bp_dtheme_enqueue_scripts() { 141 141 // Bump this when changes are made to bust cache 142 $version = '201108 18';142 $version = '20110830'; 143 143 144 144 // Enqueue the global JS - Ajax will not work without it … … 179 179 function bp_dtheme_enqueue_styles() { 180 180 // Bump this when changes are made to bust cache 181 $version = '201108 29';181 $version = '20110830'; 182 182 183 183 // Default CSS
Note: See TracChangeset
for help on using the changeset viewer.