Making WordPress.org

Changeset 991


Ignore:
Timestamp:
11/18/2014 09:05:33 AM (10 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: bump CSS and JS version

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

    r990 r991  
    417417    wp_enqueue_style( 'open-sans', '//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600' );
    418418    wp_enqueue_style( 'wporg-developer-style', get_stylesheet_uri(), array(), '2' );
    419     wp_enqueue_style( 'wp-dev-sass-compiled', get_template_directory_uri() . '/stylesheets/main.css', array( 'wporg-developer-style' ), '20141029' );
     419    wp_enqueue_style( 'wp-dev-sass-compiled', get_template_directory_uri() . '/stylesheets/main.css', array( 'wporg-developer-style' ), '20141117' );
    420420    wp_enqueue_script( 'wporg-developer-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20120206', true );
    421421    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

    r989 r991  
    6767            wp_enqueue_style( 'syntaxhighlighter-theme-default' );
    6868
    69             wp_enqueue_script( 'wporg-developer-user-notes', get_template_directory_uri() . '/js/user-notes.js', array( 'quicktags' ), '20140912', true );
     69            wp_enqueue_script( 'wporg-developer-user-notes', get_template_directory_uri() . '/js/user-notes.js', array( 'quicktags' ), '20141117', true );
    7070            if ( get_option( 'thread_comments' ) ) {
    7171                wp_enqueue_script( 'comment-reply' );
Note: See TracChangeset for help on using the changeset viewer.