Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/30/2011 01:02:50 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Bump trunk to 1.5-beta-3. Update readme.txt changelog.

File:
1 edited

Legend:

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

    r5051 r5056  
    140140function bp_dtheme_enqueue_scripts() {
    141141    // Bump this when changes are made to bust cache
    142     $version = '20110818';
     142    $version = '20110830';
    143143
    144144    // Enqueue the global JS - Ajax will not work without it
     
    179179function bp_dtheme_enqueue_styles() {
    180180    // Bump this when changes are made to bust cache
    181     $version = '20110829';
     181    $version = '20110830';
    182182
    183183    // Default CSS
Note: See TracChangeset for help on using the changeset viewer.