Making WordPress.org


Ignore:
Timestamp:
12/09/2018 08:18:28 PM (7 years ago)
Author:
obenland
Message:

Themes: Bump cache

File:
1 edited

Legend:

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

    r7933 r7966  
    358358    wp_enqueue_style( 'wporg-developer-style', get_stylesheet_uri(), array(), '2' );
    359359    wp_enqueue_style( 'wp-dev-sass-compiled', get_template_directory_uri() . '/stylesheets/main.css', array( 'wporg-developer-style' ), '20181116' );
    360     wp_enqueue_script( 'wporg-developer-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20180724', true );
     360    wp_enqueue_script( 'wporg-developer-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20181209', true );
    361361    wp_enqueue_script( 'wporg-developer-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20130115', true );
    362362    wp_enqueue_script( 'wporg-developer-search', get_template_directory_uri() . '/js/search.js', array(), '20150430', true );
Note: See TracChangeset for help on using the changeset viewer.