From 1b388b46536faace2b4458160bc40f861496fe36 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 21 Nov 2005 18:14:23 +0000 Subject: [PATCH] - Patch #35863 by chx: add link to forms API documentation --- includes/form.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/includes/form.inc b/includes/form.inc index 6df047161411..3431658eb9aa 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -8,7 +8,11 @@ * * Drupal uses these functions to achieve consistency in its form presentation, * while at the same time simplifying code and reducing the amount of HTML that - * must be explicitly generated by modules. + * must be explicitly generated by modules. See the + * <a href="http://drupaldocs.org/api/head/file/contributions/docs/developer/topics/forms_api_reference.html">reference</a> + * and the + * <a href="http://drupaldocs.org/api/file/contributions/docs/developer/topics/forms_api.html">quickstart</a> + * guide for more. */ /** -- GitLab