Making WordPress.org

Changeset 6460


Ignore:
Timestamp:
01/29/2018 11:53:23 PM (7 years ago)
Author:
obenland
Message:

WP.org: Bump cache

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-plugins/functions.php

    r6427 r6460  
    6161function scripts() {
    6262    $suffix = is_rtl() ? '-rtl' : '';
    63     wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", [ 'open-sans', 'dashicons' ], '20180124' );
     63    wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", [ 'open-sans', 'dashicons' ], '20180129' );
    6464
    6565    wp_enqueue_script( 'wporg-plugins-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20151215', true );
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php

    r6362 r6460  
    4444
    4545    $rtl = is_rtl() ? '-rtl' : '';
    46     wp_enqueue_style( 'wporg-themes', get_stylesheet_directory_uri() . "/css/style{$rtl}.css", [ 'open-sans', 'dashicons' ], 14 );
     46    wp_enqueue_style( 'wporg-themes', get_stylesheet_directory_uri() . "/css/style{$rtl}.css", [ 'open-sans', 'dashicons' ], 15 );
    4747
    4848    if ( ! is_singular( 'page' ) ) {
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php

    r6316 r6460  
    8181function scripts() {
    8282    $suffix = is_rtl() ? '-rtl' : '';
    83     wp_enqueue_style( 'wporg-style', get_stylesheet_directory_uri() . "/css/style{$suffix}.css", [ 'dashicons', 'open-sans' ], '20180108' );
     83    wp_enqueue_style( 'wporg-style', get_stylesheet_directory_uri() . "/css/style{$suffix}.css", [ 'dashicons', 'open-sans' ], '20180129' );
    8484
    8585    // phpcs:ignore Squiz.PHP.CommentedOutCode.Found, Squiz.Commenting.InlineComment.InvalidEndChar
Note: See TracChangeset for help on using the changeset viewer.