mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
[feature/template-events] Delete old comments/test code.
PHPBB3-9550
This commit is contained in:
@@ -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";';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user