[feature/template-events] Delete old comments/test code.

PHPBB3-9550
This commit is contained in:
Oleg Pudeyev 2012-05-10 05:11:45 -04:00
parent bd63b17d00
commit faf96a1b40

View file

@ -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";';
}
/**