Making WordPress.org


Ignore:
Timestamp:
06/07/2016 07:38:37 PM (9 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Bump CSS and user notes 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

    r3281 r3317  
    6969            }
    7070
    71             wp_enqueue_script( 'wporg-developer-user-notes', get_template_directory_uri() . '/js/user-notes.js', array( 'quicktags' ), '20150618', true );
     71            wp_enqueue_script( 'wporg-developer-user-notes', get_template_directory_uri() . '/js/user-notes.js', array( 'quicktags' ), '20160606', true );
    7272            if ( get_option( 'thread_comments' ) ) {
    7373                wp_enqueue_script( 'comment-reply' );
Note: See TracChangeset for help on using the changeset viewer.