diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-11-21 18:14:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-11-21 18:14:23 +0000 |
commit | 1b388b46536faace2b4458160bc40f861496fe36 (patch) | |
tree | 5c144f7d394eee500d1ea058b5dfeade59d2ccc8 | |
parent | 03dda45573cc585960378ae89701553b11856560 (diff) | |
download | brdo-1b388b46536faace2b4458160bc40f861496fe36.tar.gz brdo-1b388b46536faace2b4458160bc40f861496fe36.tar.bz2 |
- Patch #35863 by chx: add link to forms API documentation
-rw-r--r-- | includes/form.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc index 6df047161..3431658eb 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. */ /** |