From 2893abcc62e5e5bc4ab0794e3267c5fef7619d10 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 7 Feb 2010 09:11:28 +0000 Subject: - Patch #652246 by effulgentsia, scor: optimize theme('field') and use it for comment body. --- modules/system/system.api.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/system/system.api.php') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index e68e17120..da9058d23 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -1084,8 +1084,6 @@ function hook_permission() { * 'module', 'theme_engine', or 'theme'. * - theme path: (automatically derived) The directory path of the theme or * module, so that it doesn't need to be looked up. - * - theme paths: (automatically derived) An array of template suggestions where - * .tpl.php files related to this theme hook may be found. * * The following parameters are all optional. * @@ -1162,9 +1160,6 @@ function hook_theme($existing, $type, $theme, $path) { * 'file' => 'modules/user/user.pages.inc', * 'type' => 'module', * 'theme path' => 'modules/user', - * 'theme paths' => array( - * 0 => 'modules/user', - * ), * 'preprocess functions' => array( * 0 => 'template_preprocess', * 1 => 'template_preprocess_user_profile', -- cgit v1.2.3