Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #46981


Ignore:
Timestamp:
04/18/2019 06:06:16 PM (5 years ago)
Author:
dswebsme
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46981 – Description

    v1 v2  
    66
    77This affects themes `twentyten` - `twentyseventeen`. Bundled theme `twentynineteen` already passes a dynamic `$ver` parameter.
    8 
    9 Key details provided by @desrosj
    10 
    11 I audited the stylesheet last edit dates and the version specified in the `wp_enqueue_style()` call. Let's leave Twenty Nineteen alone (that was already calling `wp_get_theme()->get( 'Version' )`, and make sure the dates are correct (and actually present) for each stylesheet. Results (dates in YYYY-MM-DD):
    12 
    13 || ||= **Last Modified** =||= **Current Specified Version** =||
    14 ||= **Twenty Ten** =|| || ||
    15 ||= `blocks.css` =||  `2018-12-18`  || `20181018`* ||
    16 ||= `editor-blocks.css` =||  `2018-12-18`  || none ||
    17 ||= `style.css` =||  `2019-02-07`  || none ||
    18 ||= **Twenty Eleven** =|| || ||
    19 ||= `blocks.css` =||  `2019-01-02`  || `20181230`* ||
    20 ||= `editor-blocks.css` =||  `2019-01-02`  || `20181230`* ||
    21 ||= `style.css` =||  `2019-04-04`  || none ||
    22 ||= `/inc/theme-options.css` =||  `2011-06-02`  || `2011-04-28`* ||
    23 ||= `/colors/dark.css` =||  `2019-04-04`  || `null`** ||
    24 ||= **Twenty Twelve** =|| || ||
    25 ||= `style.css` =||  `2019-04-06`  || none ||
    26 ||= `/css/blocks.css` =||  `2019-04-06`  || `20181230`* ||
    27 ||= `/css/ie.css` =||  `2015-02-14`  || `20121010`* ||
    28 ||= `/css/editor-blocks.css` =||  `2019-04-06`  || `20181230`* ||
    29 ||= **Twenty Thirteen** =|| || ||
    30 ||= `style.css` =||  `2019-02-07`  || `2013-07-18`* ||
    31 ||= `/css/blocks.css` =||  `2019-01-02`  || `2018-12-30`* ||
    32 ||= `/css/ie.css` =||  `2015-02-14`  || `2013-07-18`* ||
    33 ||= `/css/editor-blocks.css` =||  `2019-01-02`  || `2018-12-30`* ||
    34 ||= **Twenty Fourteen** =|| || ||
    35 ||= `style.css` =||  `2019-02-07`  || none ||
    36 ||= `/css/blocks.css` =||  `2019-01-02`  || `20181230`* ||
    37 ||= `/css/ie/css` =||  `2014-07-01`  || `20131205`* ||
    38 ||= `/css/editor-blocks.css` =||  `2019-01-02`  || `20181230`* ||
    39 ||= **Twenty Fifteen** =|| || ||
    40 ||= `style.css` =||  `2019-04-02`  || none ||
    41 ||= `/css/blocks.css` =||  `2019-01-02`  || `20181230`* ||
    42 ||= `/css/ie.css` =||  `2017-09-16`  || `20141010`* ||
    43 ||= `/css/ie7.css` =||  `2014-12-10`  || `20141010`* ||
    44 ||= `css/edtior-blocks.css` =||  `2019-01-02`  || `20181230`* ||
    45 ||= **Twenty Sixteen** =|| || ||
    46 ||= `style.css` =||  `2019-02-07`  || none ||
    47 ||= `/css/blocks.css` =||  `2019-01-02`  || `20181230`* ||
    48 ||= `/css/ie8.css` =||  `2017-05-30`  || `20160816`* ||
    49 ||= `/css/ie7.css` =||  `2017-05-30`  || `20160816`* ||
    50 ||= `/css/editor-blocks.css` =||  `2019-01-02`  || `20181230`* ||
    51 ||= **Twenty Seventeen** =|| || ||
    52 ||= `style.css` =||  `2019-04-08`  || none ||
    53 ||= `/assets/css/blocks.css` =||  `2019-01-05`  || `1.1` ||
    54 ||= `/assets/css/colors-dark.css` =||  `2019-04-08`  || `1.0` ||
    55 ||= `/assets/css/ie9.css` =||  `2016-12-02`  || `1.0` ||
    56 ||= `/assets/css/ie8.css` =||  `2016-12-02`  || `1.0` ||
    57 ||= `/assets/css/editor-blocks.css` =||  `2019-03-28`  || `1.1` ||