From df5551fb14d909fa1c84149a4553c835aed368fb Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 3 Apr 2004 19:00:33 +0000 Subject: Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, a=justdave. --- template/en/default/bug/comments.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 9448008d1..e46b97f19 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -32,6 +32,11 @@ [% PROCESS bug/time.html.tmpl %] +[%# Note: this template is used in multiple places; if you use this hook, + # make sure you are aware of this fact. + #%] +[% Hook.process("aftercomments") %] + [%############################################################################%] [%# Block for individual comments #%] [%############################################################################%] -- cgit v1.2.3-24-g4f1b