From 6fe3c7c0598c5939e4287cd09066ec27bfd6dcc9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 8 Mar 2009 21:25:18 +0000 Subject: - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'. --- modules/system/system.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index 5fd207758..3ea855985 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -288,7 +288,7 @@ function system_elements() { '#size' => 60, '#maxlength' => 128, '#autocomplete_path' => FALSE, - '#process' => array('form_process_input_format', 'form_process_ahah'), + '#process' => array('form_process_text_format', 'form_process_ahah'), '#theme' => 'textfield', '#theme_wrapper' => 'form_element', ); @@ -313,7 +313,7 @@ function system_elements() { '#cols' => 60, '#rows' => 5, '#resizable' => TRUE, - '#process' => array('form_process_input_format', 'form_process_ahah'), + '#process' => array('form_process_text_format', 'form_process_ahah'), '#theme' => 'textarea', '#theme_wrapper' => 'form_element', ); -- cgit v1.2.3