From cf79b3e778893985a8dada7b89d381df339449f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 4 Nov 2007 20:32:34 +0000 Subject: [PATCH] #189205 by webernet: fix missing quite in theme.inc code documentation --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/theme.inc b/includes/theme.inc index 258e7673a4ca..e50d8c896ddd 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -965,7 +965,7 @@ function theme_render_template($file, $variables) { * Additionally, the theme() function can take an array of theme * hooks, which can be used to provide 'fallback' implementations to * allow for more specific control of output. For example, the function: - * theme(array('table__foo', 'table), $header, $rows) would look to see if + * theme(array('table__foo', 'table'), $header, $rows) would look to see if * 'table__foo' is registered anywhere; if it is not, it would 'fall back' * to the generic 'table' implementation. This can be used to attach specific * theme functions to named objects, allowing the themer more control over