summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-04 20:32:34 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-04 20:32:34 +0000
commitcf79b3e778893985a8dada7b89d381df339449f5 (patch)
tree3bd2da2945622de7483357ea8c9bc63c2c0e8faa /includes
parentced4e284e32e99db2683d02f43928eee5c963b99 (diff)
downloadbrdo-cf79b3e778893985a8dada7b89d381df339449f5.tar.gz
brdo-cf79b3e778893985a8dada7b89d381df339449f5.tar.bz2
#189205 by webernet: fix missing quite in theme.inc code documentation
Diffstat (limited to 'includes')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 258e7673a..e50d8c896 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