summaryrefslogtreecommitdiff
path: root/modules/system/theme.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-08-08 19:35:49 +0000
committerDries Buytaert <dries@buytaert.net>2010-08-08 19:35:49 +0000
commite3a52979f60fe66b66e7eea9e4a8213ded7ff834 (patch)
tree4dc684cb65ad81dbe431f96690dd073876dbd0c8 /modules/system/theme.api.php
parent1c4b5b9f44ade9ee155fc5293376210c607c0b7b (diff)
downloadbrdo-e3a52979f60fe66b66e7eea9e4a8213ded7ff834.tar.gz
brdo-e3a52979f60fe66b66e7eea9e4a8213ded7ff834.tar.bz2
- Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is default theme now.
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.
*