Skip to content
Snippets Groups Projects
Commit f13f5693 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #337454 by earnie: fixed the phpdoc of drupal_render_form().

parent 0eed137c
No related branches found
No related tags found
No related merge requests found
......@@ -589,8 +589,7 @@ function drupal_validate_form($form_id, $form, &$form_state) {
* @param $form
* An associative array containing the structure of the form.
* @return
* A string containing the path of the page to display when processing
* is complete.
* A string containing the themed HTML.
*/
function drupal_render_form($form_id, &$form) {
// Don't override #theme if someone already set it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment