mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10970] Added extra documentation to parse_dynamic_path.
PHPBB3-10970
This commit is contained in:
parent
e9bdca7a8b
commit
a05f354fdf
1 changed files with 2 additions and 1 deletions
|
@ -370,7 +370,8 @@ class phpbb_template_filter extends php_user_filter
|
||||||
* @param string $path The path to parse
|
* @param string $path The path to parse
|
||||||
* @param string $include_type The type of template function to call
|
* @param string $include_type The type of template function to call
|
||||||
* @return string An appropriately formatted string to include in the
|
* @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)
|
private function parse_dynamic_path($path, $include_type)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue