[wp-trac] [WordPress Trac] #49743: Bump bundled theme versions for 5.4
WordPress Trac
noreply at wordpress.org
Tue Mar 31 20:38:12 UTC 2020
#49743: Bump bundled theme versions for 5.4
----------------------------+----------------------
Reporter: desrosj | Owner: desrosj
Type: task (blessed) | Status: closed
Priority: high | Milestone: 5.4
Component: Bundled Theme | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses:
----------------------------+----------------------
Comment (by superpoincare):
The main stylesheet style.css now has dates as the version.
For example:
https://github.com/WordPress/WordPress/blob/master/wp-
content/themes/twentyseventeen/functions.php#L451
{{{#!php
<?php
wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(),
'20190507' );
}}}
So the bump should also change the lines in functions.php
It doesn't affect all themes as some bundled themes like Twenty Nineteen
and Twenty Twenty use the version in the stylesheet but for others it
does.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49743#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list