Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/13/2011 07:03:37 PM (13 years ago)
Author:
boonebgorges
Message:

Bumps version numbers to 1.5.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5/bp-themes/bp-default/functions.php

    r5218 r5241  
    140140function bp_dtheme_enqueue_scripts() {
    141141    // Bump this when changes are made to bust cache
    142     $version = '20110921';
     142    $version = '20111013';
    143143
    144144    // Enqueue the global JS - Ajax will not work without it
     
    180180function bp_dtheme_enqueue_styles() {
    181181    // Bump this when changes are made to bust cache
    182     $version = '20110921';
     182    $version = '20111013';
    183183
    184184    // Register our main stylesheet
Note: See TracChangeset for help on using the changeset viewer.