]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1118396: Add the "user-start" hook to bug comments
authorAlbert Ting <altlist@gmail.com>
Thu, 15 Jan 2015 21:47:23 +0000 (21:47 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 15 Jan 2015 21:47:23 +0000 (21:47 +0000)
r=dkl,a=glob

template/en/default/bug/comments.html.tmpl

index 1281bb6df5757b86f8ee6ae383a7e58a161bc3ea..63196a1cea20a9514df520c4e01e1346def477d1 100644 (file)
         </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 %]