$Id$
+-- 2009-07-25 version 6.x-2.x-dev
+* #366431 Don't process textareas with #access = false
+
-- 2009-07-24 version 6.x-2.x-dev
* #461234 Add notice that both profile and global profile rules apply
* #530184 Add notice about importance of fckeditor_php*.php files to README.txt
return $element;
}
+ if (isset($element['#access']) && !$element['#access']) {
+ return $element;
+ }
+
//skip this one, surely nobody wants WYSIWYG here
switch ($element['#id']) {
case 'edit-log':