From fde786ab5d687a79ceeeeacf677100b9f88280d9 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 26 Oct 2013 21:45:09 +0000 Subject: [PATCH] Bump the TinyMCE version for 3.8, see #25700. Built from https://develop.svn.wordpress.org/trunk@25944 git-svn-id: http://core.svn.wordpress.org/trunk@25903 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7e6f80170e..eaad127758 100644 --- a/wp-includes/version.php +++ b/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