From e3a52979f60fe66b66e7eea9e4a8213ded7ff834 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 8 Aug 2010 19:35:49 +0000 Subject: - Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is default theme now. --- modules/system/theme.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system/theme.api.php') 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. * -- cgit v1.2.3