summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-14 08:23:15 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-14 08:23:15 +0000
commit1778c5cca962127d3bfd81ff407391f6d00da2a9 (patch)
tree02b38ca7253c62f2c82fe5969cc791e1180fe143 /modules/system/system.api.php
parent3ac59eee96a6b6553f07946f6f95373ece050e2b (diff)
downloadbrdo-1778c5cca962127d3bfd81ff407391f6d00da2a9.tar.gz
brdo-1778c5cca962127d3bfd81ff407391f6d00da2a9.tar.bz2
- Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r--modules/system/system.api.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 823bbfdc9..e14c45368 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -580,10 +580,6 @@ function hook_perm() {
* used as the default value if not specified to the theme() function.
* These arguments must be in the same order that they will be given to
* the theme() function.
- * - file: The file the implementation resides in. This file will be included
- * prior to the theme being rendered, to make sure that the function or
- * preprocess function (as needed) is actually loaded; this makes it possible
- * to split theme functions out into separate files quite easily.
* - path: Override the path of the file to be used. Ordinarily the module or
* theme path will be used, but if the file will not be in the default path,
* include it here. This path should be relative to the Drupal root