From 30ae25be514df392c4e38fe08bccdb2391809244 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 23 Feb 2007 23:50:23 +0000 Subject: [PATCH] Handle geck spellcheck in tinymce. Props dancoulter. fixes #3856 git-svn-id: https://develop.svn.wordpress.org/trunk@4932 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/js/tinymce/tiny_mce_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/js/tinymce/tiny_mce_config.php b/wp-includes/js/tinymce/tiny_mce_config.php index ba66a08c89..6697d9ded5 100644 --- a/wp-includes/js/tinymce/tiny_mce_config.php +++ b/wp-includes/js/tinymce/tiny_mce_config.php @@ -74,6 +74,7 @@ initArray = { convert_newlines_to_brs : false, remove_linebreaks : false, fix_list_elements : true, + gecko_spellcheck : true, entities : "38,amp,60,lt,62,gt", content_css : "", valid_elements : "",