Making WordPress.org


Ignore:
Timestamp:
07/24/2018 05:29:54 PM (7 years ago)
Author:
obenland
Message:

DevHub: Cache bump

File:
1 edited

Legend:

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

    r6913 r7492  
    161161    public static function scripts_and_styles() {
    162162        if ( is_singular() ) {
    163             wp_enqueue_script( 'wporg-developer-function-reference', get_template_directory_uri() . '/js/function-reference.js', array( 'jquery', 'syntaxhighlighter-core', 'syntaxhighlighter-brush-php' ), '20160824', true );
     163            wp_enqueue_script( 'wporg-developer-function-reference', get_template_directory_uri() . '/js/function-reference.js', array( 'jquery', 'syntaxhighlighter-core', 'syntaxhighlighter-brush-php' ), '20180724', true );
    164164            wp_enqueue_style( 'syntaxhighlighter-core' );
    165165            wp_enqueue_style( 'syntaxhighlighter-theme-default' );
Note: See TracChangeset for help on using the changeset viewer.