From 4b39dcae0df6e25dc93fc0ac82c936eaa4e949ff Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 26 Feb 2007 04:53:03 +0000 Subject: [PATCH] Forgot to bump tinymce config script version when we added gecko_spellcheck. fixes #3856 git-svn-id: https://develop.svn.wordpress.org/trunk@4948 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/script-loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 702d49b165..8026973b8b 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -17,7 +17,7 @@ class WP_Scripts { $this->add( 'colorpicker', '/wp-includes/js/colorpicker.js', false, '3517' ); $this->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_gzip.php', false, '20070124' ); $mce_config = apply_filters('tiny_mce_config_url', '/wp-includes/js/tinymce/tiny_mce_config.php'); - $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20070124' ); + $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20070225' ); $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.0-0'); $this->add( 'autosave', '/wp-includes/js/autosave-js.php', array('prototype', 'sack'), '20070116'); $this->add( 'wp-ajax', '/wp-includes/js/wp-ajax-js.php', array('prototype'), '20070118');