diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/form.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/form.inc b/includes/form.inc index 8ee0a5a52..99570a538 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -4033,8 +4033,9 @@ function _form_set_class(&$element, $class = array()) { * 'file' => 'path_to_file_containing_myfunctions', * ); * batch_set($batch); - * // only needed if not inside a form _submit handler : - * batch_process(); + * // Only needed if not inside a form _submit handler. + * // Setting redirect in batch_process. + * batch_process('node/1'); * @endcode * * Note: if the batch 'title', 'init_message', 'progress_message', or |