Making WordPress.org

Changeset 86


Ignore:
Timestamp:
09/17/2013 03:21:27 PM (12 years ago)
Author:
kovshenin
Message:

WordCamp Base Theme: bump style.css version number to bust caches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-base/lib/structure/class-wcb-structure.php

    r2 r86  
    5252
    5353        if ( ! $start_fresh ) {
    54             wp_enqueue_style( 'wcb-foundation', WCB_URL . '/style.css', array(), '20110212' );
     54            wp_enqueue_style( 'wcb-foundation', WCB_URL . '/style.css', array(), '20130917' );
    5555            $version = isset( $versions[ $grid ] ) ? $versions[ $grid ] : false;
    5656            wp_enqueue_style( "wcb-$grid", wcb_dev_url( WCB_URL . "/css/$grid.css" ), array('wcb-foundation'), $version );
Note: See TracChangeset for help on using the changeset viewer.