diff options
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/template/filter.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/includes/template/filter.php b/phpBB/includes/template/filter.php index 9f77c4a1b7..cb0b2b0cd9 100644 --- a/phpBB/includes/template/filter.php +++ b/phpBB/includes/template/filter.php @@ -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";'; } /** |
