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:
Helen Hou-Sandí 2014-03-20 01:08:13 +00:00
parent bef7f9e75e
commit 6a1f7ca4fe

View File

@ -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