Add the version string to wp-content.css to avoid tenacious caching woes. see #27320.
git-svn-id: https://develop.svn.wordpress.org/trunk@27629 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d80da6c3f4
commit
ae8cea0f82
@ -351,7 +351,7 @@ final class _WP_Editors {
|
||||
$dashicons,
|
||||
$mediaelement,
|
||||
$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
|
||||
|
Loading…
Reference in New Issue
Block a user