Making WordPress.org


Ignore:
Timestamp:
04/04/2017 06:04:59 PM (9 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

    r3855 r5243  
    8888            wp_enqueue_style( 'syntaxhighlighter-theme-default' );
    8989
    90             wp_enqueue_script( 'wporg-developer-user-notes', get_template_directory_uri() . '/js/user-notes.js', array( 'quicktags' ), '20160824', true );
     90            wp_enqueue_script( 'wporg-developer-user-notes', get_template_directory_uri() . '/js/user-notes.js', array( 'quicktags' ), '20170404', true );
    9191            if ( get_option( 'thread_comments' ) ) {
    9292                wp_enqueue_script( 'comment-reply' );
Note: See TracChangeset for help on using the changeset viewer.