Making WordPress.org

Changeset 1735


Ignore:
Timestamp:
07/12/2015 05:45:25 PM (10 years ago)
Author:
ocean90
Message:

Translate: Bump CSS version for cache bust.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/public_html/gp-templates/helper-functions.php

    r1685 r1735  
    11<?php
    22
    3 wp_enqueue_style( 'wporg', ( is_ssl() ? gp_url_ssl( gp_url_public_root() ) : gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '20150624' );
     3wp_enqueue_style( 'wporg', ( is_ssl() ? gp_url_ssl( gp_url_public_root() ) : gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '20150712' );
    44
    55add_action( 'tmpl_load_locations', function( $locations, $template, $args, $template_path ) {
Note: See TracChangeset for help on using the changeset viewer.