From 6a1f7ca4fe1233c6d1877af7e22446c530813025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Thu, 20 Mar 2014 01:08:13 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-editor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index f823365f01..9f257625db 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -345,13 +345,13 @@ final class _WP_Editors { $dashicons = includes_url( "css/dashicons$suffix.css?$version" ); $mediaelement = includes_url( "js/mediaelement/mediaelementplayer.min.css?$version" ); $wpmediaelement = includes_url( "js/mediaelement/wp-mediaelement.css?$version" ); - + // WordPress default stylesheet and dashicons $mce_css = array( $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