Making WordPress.org

Changeset 3255


Ignore:
Timestamp:
05/25/2016 10:23:38 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Let's be more liberal with cache busting during development.

See #1719.

File:
1 edited

Legend:

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

    r3252 r3255  
    6464 */
    6565function scripts() {
    66     wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . '/css/style.css' );
     66    wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . '/css/style.css', array(), time() );
    6767
    6868    wp_enqueue_script( 'wporg-plugins-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20151215', true );
Note: See TracChangeset for help on using the changeset viewer.