Making WordPress.org

Changeset 7273


Ignore:
Timestamp:
06/06/2018 04:20:08 AM (7 years ago)
Author:
dd32
Message:

Theme Directory: Bump script/stylesheet versions following [7272].

See #3626

File:
1 edited

Legend:

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

    r6903 r7273  
    5555    }
    5656
    57     wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180321' );
     57    wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180606' );
    5858    wp_style_add_data( 'wporg-themes', 'rtl', 'replace' );
    5959
    6060    if ( ! is_singular( 'page' ) ) {
    6161        wp_enqueue_script( 'google-charts-loader', 'https://www.gstatic.com/charts/loader.js', array(), null, true );
    62         wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 18, true );
     62        wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 19, true );
    6363
    6464        wp_localize_script( 'wporg-theme', '_wpThemeSettings', array(
Note: See TracChangeset for help on using the changeset viewer.