Making WordPress.org


Ignore:
Timestamp:
04/15/2017 10:20:30 PM (7 years ago)
Author:
ocean90
Message:

Breathe/WP i18n teams: Bump CSS version for cache bust.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/wp-i18n-teams.php

    r5344 r5345  
    6060    public function enqueue_assets() {
    6161        if ( is_singular() && false !== strpos( get_post()->post_content, '[wp-locales' ) ) {
    62             wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', __FILE__ ), array(), 9 );
     62            wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', __FILE__ ), array(), 10 );
    6363            wp_enqueue_script( 'wp-i18n-teams', plugins_url( 'js/i18n-teams.js', __FILE__ ), array( 'jquery' ), 4 );
    6464        }
Note: See TracChangeset for help on using the changeset viewer.