mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Add the version string to wp-content.css to avoid tenacious caching woes. see #27320.
Built from https://develop.svn.wordpress.org/trunk@27629 git-svn-id: http://core.svn.wordpress.org/trunk@27472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bef7f9e75e
commit
6a1f7ca4fe
@ -351,7 +351,7 @@ final class _WP_Editors {
|
|||||||
$dashicons,
|
$dashicons,
|
||||||
$mediaelement,
|
$mediaelement,
|
||||||
$wpmediaelement,
|
$wpmediaelement,
|
||||||
self::$baseurl . '/skins/wordpress/wp-content.css'
|
self::$baseurl . '/skins/wordpress/wp-content.css?' . $version
|
||||||
);
|
);
|
||||||
|
|
||||||
// load editor_style.css if the current theme supports it
|
// load editor_style.css if the current theme supports it
|
||||||
|
Loading…
Reference in New Issue
Block a user