diff options
author | gerv%gerv.net <> | 2004-04-03 21:00:33 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2004-04-03 21:00:33 +0200 |
commit | df5551fb14d909fa1c84149a4553c835aed368fb (patch) | |
tree | 9c4420788c24f47874f082465b4606dcbc2c6e8d /template | |
parent | 98571aa0cbab849d3e94d8ba181620a88291a8e7 (diff) | |
download | bugzilla-df5551fb14d909fa1c84149a4553c835aed368fb.tar.gz bugzilla-df5551fb14d909fa1c84149a4553c835aed368fb.tar.xz |
Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, a=justdave.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
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 #%] [%############################################################################%] |