X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/ff81ee6e8304a1982a3ec4f5b134764a29d502cf..9441756a895fb4fdc4bcf20e0d228cef622663ca:/wp-includes/js/tinymce/tiny_mce_gzip.php?ver=20051211 diff --git a/wp-includes/js/tinymce/tiny_mce_gzip.php b/wp-includes/js/tinymce/tiny_mce_gzip.php deleted file mode 100644 index c3af23dd..00000000 --- a/wp-includes/js/tinymce/tiny_mce_gzip.php +++ /dev/null @@ -1,172 +0,0 @@ - - -initArray = { - mode : "specific_textareas", - textarea_trigger : "title", - width : "100%", - theme : "advanced", - theme_advanced_buttons1 : "", - theme_advanced_buttons2 : "", - theme_advanced_buttons3 : "", - theme_advanced_toolbar_location : "top", - theme_advanced_toolbar_align : "left", - theme_advanced_path_location : "bottom", - theme_advanced_resizing : true, - browsers : "", - dialog_type : "modal", - theme_advanced_resize_horizontal : false, - entity_encoding : "raw", - relative_urls : false, - remove_script_host : false, - force_p_newlines : true, - force_br_newlines : false, - convert_newlines_to_brs : false, - remove_linebreaks : true, - save_callback : "wp_save_callback", - document_base_url : "", - valid_elements : "", - - plugins : "" -}; - - - -tinyMCE.init(initArray); -