aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/locator.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-11-18 15:29:32 +0100
committerNils Adermann <naderman@naderman.de>2011-11-18 15:29:32 +0100
commit7cdc4bba2512089a02fbfa5cf4e5babbf9e20475 (patch)
tree81ec8e5c3d287d65f0b5ddf845d893e141716545 /phpBB/includes/template/locator.php
parent8be1500048c2ae811f30e0bd402d7596b60fc2d9 (diff)
downloadforums-7cdc4bba2512089a02fbfa5cf4e5babbf9e20475.tar
forums-7cdc4bba2512089a02fbfa5cf4e5babbf9e20475.tar.gz
forums-7cdc4bba2512089a02fbfa5cf4e5babbf9e20475.tar.bz2
forums-7cdc4bba2512089a02fbfa5cf4e5babbf9e20475.tar.xz
forums-7cdc4bba2512089a02fbfa5cf4e5babbf9e20475.zip
[feature/extension-manager] Clear up docs of extension related template changes
PHPBB3-10323
Diffstat (limited to 'phpBB/includes/template/locator.php')
-rw-r--r--phpBB/includes/template/locator.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/template/locator.php b/phpBB/includes/template/locator.php
index 44cd2cd7b9..ee9bfa7d48 100644
--- a/phpBB/includes/template/locator.php
+++ b/phpBB/includes/template/locator.php
@@ -71,8 +71,8 @@ class phpbb_template_locator
* Sets the list of template paths
*
* These paths will be searched for template files in the provided order.
- * Paths may be outside of phpBB, but will still be cached to phpBB cache
- * directory.
+ * Paths may be outside of phpBB, but templates loaded from these paths
+ * will still be cached.
*
* @param array $template_paths An array of paths to template directories
* @return null