diff options
| author | Fyorl <gaelreth@gmail.com> | 2012-11-10 09:36:02 +0000 |
|---|---|---|
| committer | Fyorl <gaelreth@gmail.com> | 2012-11-10 09:36:02 +0000 |
| commit | a05f354fdf903d00e85d8e4ad1d50f9ef906534d (patch) | |
| tree | c4d4c8f106820b9969d66d926dd3e887d81aea86 | |
| parent | e9bdca7a8bc8c36b6d55806b1337e5d32409cb9d (diff) | |
| download | forums-a05f354fdf903d00e85d8e4ad1d50f9ef906534d.tar forums-a05f354fdf903d00e85d8e4ad1d50f9ef906534d.tar.gz forums-a05f354fdf903d00e85d8e4ad1d50f9ef906534d.tar.bz2 forums-a05f354fdf903d00e85d8e4ad1d50f9ef906534d.tar.xz forums-a05f354fdf903d00e85d8e4ad1d50f9ef906534d.zip | |
[ticket/10970] Added extra documentation to parse_dynamic_path.
PHPBB3-10970
| -rw-r--r-- | phpBB/includes/template/filter.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/template/filter.php b/phpBB/includes/template/filter.php index 471ca0c777..3e90190db7 100644 --- a/phpBB/includes/template/filter.php +++ b/phpBB/includes/template/filter.php @@ -370,7 +370,8 @@ class phpbb_template_filter extends php_user_filter * @param string $path The path to parse * @param string $include_type The type of template function to call * @return string An appropriately formatted string to include in the - * template + * template or an empty string if an expression like S_FIRST_ROW was + * incorrectly used */ private function parse_dynamic_path($path, $include_type) { |
