diff options
author | Byron Jones <bjones@mozilla.com> | 2012-03-19 05:23:49 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-03-19 05:23:49 +0100 |
commit | 111f569b2460e416841018c7f03d122ff4102e4b (patch) | |
tree | dc581c98c0fd6c42f690085825e88281bf9ad02e /template/en | |
parent | 8f0cc43947fd5d93178b7f98c9548e1c4974d0b3 (diff) | |
download | bugzilla-111f569b2460e416841018c7f03d122ff4102e4b.tar.gz bugzilla-111f569b2460e416841018c7f03d122ff4102e4b.tar.xz |
Bug 736595: restore missing hook to fix TagNewUsers
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 3c303afb8..0c0f959f6 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -27,7 +27,7 @@ <script type="text/javascript"> <!-- - /* Adds the reply text to the `comment' textarea */ + /* Adds the reply text to the 'comment' textarea */ function replyToComment(id, real_id, name) { var prefix = "(In reply to " + name + " from comment #" + id + ")\n"; var replytext = ""; @@ -185,6 +185,7 @@ [% END %] [% END %] [% user_cache.$commenter_id FILTER none %] + [% Hook.process('user', 'bug/comments.html.tmpl') %] </span> <span class="bz_comment_user_images"> |