diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-09-11 08:49:22 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-09-11 08:49:22 -0700 |
commit | 9c3b49a9a4cc392840f99d874f7c80547a409cb1 (patch) | |
tree | 8701493fab96329fbfba52cd0d99fd7da83ee2ae /modules/system/theme.api.php | |
parent | a8566322fc84586af7e871243f2a85880cf394b4 (diff) | |
download | brdo-9c3b49a9a4cc392840f99d874f7c80547a409cb1.tar.gz brdo-9c3b49a9a4cc392840f99d874f7c80547a409cb1.tar.bz2 |
Issue #262690 by Albert Volkman: Use correct name for Form API not Forms API
Diffstat (limited to 'modules/system/theme.api.php')
-rw-r--r-- | modules/system/theme.api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/theme.api.php b/modules/system/theme.api.php index cd7ecfde8..6865421cf 100644 --- a/modules/system/theme.api.php +++ b/modules/system/theme.api.php @@ -70,8 +70,8 @@ * Allow themes to alter the theme-specific settings form. * * With this hook, themes can alter the theme-specific settings form in any way - * allowable by Drupal's Forms API, such as adding form elements, changing - * default values and removing form elements. See the Forms API documentation on + * allowable by Drupal's Form API, such as adding form elements, changing + * default values and removing form elements. See the Form API documentation on * api.drupal.org for detailed information. * * Note that the base theme's form alterations will be run before any sub-theme |