--- d7_form_state_keys-859970-47.patch 2011-10-01 22:31:10.993514700 +0200 +++ d8_form_state_keys-859970-41.patch 2011-10-01 22:31:15.314761800 +0200 @@ -207,7 +207,6 @@ index b564797..dc2a5a0 100644 + * which may or may not be a button (in the case of Ajax forms). This key is + * often used to distinguish between various buttons in a submit handler, + * and is also used in Ajax handlers. -+ * - clicked_button: Deprecated. Use triggering_element instead. + * - has_file_element: Internal. If TRUE, there is a file element and Form API + * will set the appropriate 'enctype' HTML attribute on the form. + * - groups: Internal. An array containing references to fieldsets to render @@ -228,7 +227,7 @@ index b564797..dc2a5a0 100644 + * finally clicked. + * - buttons: A list containing copies of all submit and button elements in + * the form. -+ * - complete form: A reference to the $form variable containing the complete ++ * - complete_form: A reference to the $form variable containing the complete + * form structure. #process, #after_build, #element_validate, and other + * handlers being invoked on a form element may use this reference to access + * other information in the form the element is contained in.