From: gerv%gerv.net <> Date: Sat, 3 Apr 2004 19:00:33 +0000 (+0000) Subject: Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, a=justdave. X-Git-Tag: bugzilla-2.18rc1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df5551fb14d909fa1c84149a4553c835aed368fb;p=thirdparty%2Fbugzilla.git Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, a=justdave. --- diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 9448008d10..e46b97f19b 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 #%] [%############################################################################%]