Making WordPress.org

Changeset 9249


Ignore:
Timestamp:
11/02/2019 08:06:37 PM (7 years ago)
Author:
iandunn
Message:

Global Menu: Bump cachebusters.

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

Legend:

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

    r9200 r9249  
    7878        $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
    7979
    80         wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20191017' );
     80        wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20191102' );
    8181        wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    8282
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php

    r9239 r9249  
    7171 */
    7272function scripts() {
    73         wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190703' );
     73        wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20191102' );
    7474        wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    7575
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php

    r9245 r9249  
    9999        }
    100100
    101         wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20191017' );
     101        wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20191102' );
    102102        wp_style_add_data( 'wporg-themes', 'rtl', 'replace' );
    103103
Note: See TracChangeset for help on using the changeset viewer.