mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/template-events] Delete old comments/test code.
PHPBB3-9550
This commit is contained in:
parent
bd63b17d00
commit
faf96a1b40
1 changed files with 0 additions and 7 deletions
|
@ -925,13 +925,6 @@ class phpbb_template_filter extends php_user_filter
|
|||
// < ?php? > sans the spaces
|
||||
return ' ?' . '>' . $all_compiled . '<?php ';
|
||||
}
|
||||
|
||||
// 1. find all mods defining hooks for location
|
||||
// 2. obtain mods' template fragments
|
||||
// 3. compile template fragments
|
||||
// 4. return compiled code
|
||||
// note: need to make sure we get fragments in the right order
|
||||
return 'echo "test";';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue