diff options
author | Albert Ting <altlist@gmail.com> | 2015-01-15 22:47:23 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-01-15 22:47:23 +0100 |
commit | 58fe23486b2c6dc795ca71c6d917deaf8a1b6e8c (patch) | |
tree | 0506499463890c74188ec89aa3049a588e0afd45 /template/en/default | |
parent | 8762d1e68c4ea2343f445bb4beb46c1ae04586b1 (diff) | |
download | bugzilla-58fe23486b2c6dc795ca71c6d917deaf8a1b6e8c.tar.gz bugzilla-58fe23486b2c6dc795ca71c6d917deaf8a1b6e8c.tar.xz |
Bug 1118396: Add the "user-start" hook to bug comments
r=dkl,a=glob
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 1281bb6df..63196a1ce 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -145,6 +145,7 @@ </span> <span class="bz_comment_user"> + [% Hook.process('user-start', 'bug/comments.html.tmpl') %] [%# No need to recreate the exact same template if we already have it. %] [% commenter_id = comment.author.id %] [% UNLESS user_cache.$commenter_id %] |