Making WordPress.org


Ignore:
Timestamp:
03/19/2015 10:41:41 PM (11 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Bump CSS and JS versions for cache bust.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php

    r1429 r1431  
    6767        if ( is_singular() ) {
    6868            if ( '0' != get_comments_number() || \DevHub\post_type_has_source_code() || Devhub_Handbooks::is_handbook_post_type() ) {
    69                 wp_enqueue_script( 'wporg-developer-function-reference', get_template_directory_uri() . '/js/function-reference.js', array( 'jquery', 'syntaxhighlighter-core', 'syntaxhighlighter-brush-php' ), '20150126', true );
     69                wp_enqueue_script( 'wporg-developer-function-reference', get_template_directory_uri() . '/js/function-reference.js', array( 'jquery', 'syntaxhighlighter-core', 'syntaxhighlighter-brush-php' ), '20150319', true );
    7070                wp_enqueue_style( 'syntaxhighlighter-core' );
    7171                wp_enqueue_style( 'syntaxhighlighter-theme-default' );
Note: See TracChangeset for help on using the changeset viewer.