From 0a446ec7303e047bbd815fefa95fed0093fbe36b Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 26 Oct 2013 21:42:44 +0000 Subject: [PATCH] Bump the (cache-busting) TinyMCE version for 3.7, see #25700. git-svn-id: https://develop.svn.wordpress.org/branches/3.7@25943 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 94a9538148..2b1b05f99e 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -18,7 +18,7 @@ $wp_db_version = 25824; * * @global string $tinymce_version */ -$tinymce_version = '359-20131018'; +$tinymce_version = '359-20131026'; /** * Holds the required PHP version