Making WordPress.org


Ignore:
Timestamp:
01/27/2015 12:48:55 AM (11 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Bump CSS version for main.css and JS version for function-reference.js

File:
1 edited

Legend:

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

    r1195 r1198  
    6767        if ( is_singular() ) {
    6868            if ( '0' != get_comments_number() || \DevHub\post_type_has_source_code() ) {
    69                 wp_enqueue_script( 'wporg-developer-function-reference', get_template_directory_uri() . '/js/function-reference.js', array( 'jquery', 'syntaxhighlighter-core', 'syntaxhighlighter-brush-php' ), '20140515', true );
     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 );
    7070                wp_enqueue_style( 'syntaxhighlighter-core' );
    7171                wp_enqueue_style( 'syntaxhighlighter-theme-default' );
Note: See TracChangeset for help on using the changeset viewer.