From 4bc255ba792db435e2d487f113ca2a638ed63fea Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 21 May 2009 23:07:16 +0000 Subject: Roll-back of #310467: Breaks installer requirements check and update.php. --- modules/system/system.api.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/system/system.api.php') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index c2e6e8926..3adfef94a 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -583,6 +583,10 @@ 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 -- cgit v1.2.3