diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-07 09:11:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-07 09:11:28 +0000 |
commit | 2893abcc62e5e5bc4ab0794e3267c5fef7619d10 (patch) | |
tree | b522e8c0f3c3ef98d7baae5771b560c5b2e44fcf /modules/system/system.api.php | |
parent | 32fc5ac8359b1db9533708e212f29369ff18543c (diff) | |
download | brdo-2893abcc62e5e5bc4ab0794e3267c5fef7619d10.tar.gz brdo-2893abcc62e5e5bc4ab0794e3267c5fef7619d10.tar.bz2 |
- Patch #652246 by effulgentsia, scor: optimize theme('field') and use it for comment body.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 5 |
1 files changed, 0 insertions, 5 deletions
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', |