diff --git modules/system/system.api.php modules/system/system.api.php index 92ca1e9..fd19f80 100644 --- modules/system/system.api.php +++ modules/system/system.api.php @@ -1997,8 +1997,7 @@ function hook_permission() { * - preprocess functions: A list of functions used to preprocess this data. * Ordinarily this won't be used; it's automatically filled in. By default, * for a module this will be filled in as template_preprocess_HOOK. For - * a theme this will be filled in as phptemplate_preprocess and - * phptemplate_preprocess_HOOK as well as themename_preprocess and + * a theme this will be filled in as themename_preprocess and * themename_preprocess_HOOK. * - override preprocess functions: Set to TRUE when a theme does NOT want the * standard preprocess functions to run. This can be used to give a theme