Making WordPress.org

Changeset 8771


Ignore:
Timestamp:
05/10/2019 11:37:22 AM (6 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Bump CSS version for cache bust after [8770].

See #4250.

File:
1 edited

Legend:

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

    r8411 r8771  
    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' ], '20190308' );
     80    wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190510' );
    8181    wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    8282
Note: See TracChangeset for help on using the changeset viewer.