summaryrefslogtreecommitdiff
path: root/modules/system/theme.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/theme.api.php')
-rw-r--r--modules/system/theme.api.php4
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