diff --git a/includes/form.inc b/includes/form.inc index b19d33d..1f5c2da 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -2324,8 +2324,9 @@ function form_clean_id($id = NULL, $flush = FALSE) { * '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