Wysiwyg 6.x-1.x, xxxx-xx-xx
---------------------------
+#293803 by sun: Fixed "Show summary in full view" checkbox not displayed.
#416742 by sun: Fixed type casting of $profile in profile configuration form.
#398848 by sun: Added support for TinyMCE 3.1.
*/
function wysiwyg_form_alter(&$form, &$form_state) {
$form['#after_build'][] = 'wysiwyg_process_form';
- // Disable 'teaser' textarea.
+ // Teaser splitter is unconditionally removed and NOT supported.
if (isset($form['body_field'])) {
unset($form['body_field']['teaser_js']);
- $form['body_field']['teaser_include'] = array();
}
}