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 c84838ee1..5bad49a75 100644
--- a/modules/system/theme.api.php
+++ b/modules/system/theme.api.php
@@ -56,9 +56,9 @@
* themes utilizing an engine will have their well-named theming functions
* automatically registered for them. While this can vary based upon the theme
* engine, the standard set by phptemplate is that theme functions should be
- * named THEMENAME_HOOK. For example, for Drupal's default theme (Garland) to
+ * named THEMENAME_HOOK. For example, for Drupal's default theme (Bartik) to
* implement the 'table' hook, the phptemplate.engine would find
- * garland_table().
+ * bartik_table().
*
* The theme system is described and defined in theme.inc.
*