Making WordPress.org

Changeset 5243


Ignore:
Timestamp:
04/04/2017 06:04:59 PM (8 years ago)
Author:
coffee2code
Message:

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

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
Files:
2 edited

Legend:

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

    r4904 r5243  
    273273    wp_enqueue_style( 'open-sans', '//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600' );
    274274    wp_enqueue_style( 'wporg-developer-style', get_stylesheet_uri(), array(), '2' );
    275     wp_enqueue_style( 'wp-dev-sass-compiled', get_template_directory_uri() . '/stylesheets/main.css', array( 'wporg-developer-style' ), '20170213' );
     275    wp_enqueue_style( 'wp-dev-sass-compiled', get_template_directory_uri() . '/stylesheets/main.css', array( 'wporg-developer-style' ), '20170404' );
    276276    wp_enqueue_script( 'wporg-developer-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20120206', true );
    277277    wp_enqueue_script( 'wporg-developer-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20130115', true );
  • 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.