summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.api.php5
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',