Making WordPress.org

Changeset 9619


Ignore:
Timestamp:
03/22/2020 02:43:50 PM (5 years ago)
Author:
ocean90
Message:

Translate: Bump CSS versions for cache bust.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php

    r9559 r9619  
    11<?php
    22wp_register_style(
    3         'wporg-translate',
    4         plugins_url( 'style.css', __FILE__ ),
    5         [ 'gp-base' ],
    6         '20200301'
     3    'wporg-translate',
     4    plugins_url( 'style.css', __FILE__ ),
     5    [ 'gp-base' ],
     6    '20200322'
    77);
    88gp_enqueue_style( 'wporg-translate' );
     
    2727
    2828wp_register_script(
    29         'wporg-translate-editor',
    30         plugins_url( 'js/editor.js', __FILE__ ),
    31         [ 'gp-editor', 'autosize' ],
    32         '20190510'
     29    'wporg-translate-editor',
     30    plugins_url( 'js/editor.js', __FILE__ ),
     31    [ 'gp-editor', 'autosize' ],
     32    '20190510'
    3333);
    3434
    3535wp_register_style(
    36         'chartist',
    37         plugins_url( 'css/chartist.min.css', __FILE__ ),
    38         [],
    39         '0.9.5'
     36    'chartist',
     37    plugins_url( 'css/chartist.min.css', __FILE__ ),
     38    [],
     39    '0.9.5'
    4040);
    4141wp_register_script(
    42         'chartist',
    43         plugins_url( 'js/chartist.min.js', __FILE__ ),
    44         [],
    45         '0.9.5'
     42    'chartist',
     43    plugins_url( 'js/chartist.min.js', __FILE__ ),
     44    [],
     45    '0.9.5'
    4646);
    4747
Note: See TracChangeset for help on using the changeset viewer.