From: Dave Miller Date: Sun, 28 Apr 2024 04:31:36 +0000 (-0400) Subject: (no bug) Backout PR #60 - new feature not valid for stable branch (#164) X-Git-Tag: bugzilla-5.0.4.1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=340c5f43bf00ad5723f8c91ee38c7893714c54ac;p=thirdparty%2Fbugzilla.git (no bug) Backout PR #60 - new feature not valid for stable branch (#164) This was accidentally included in the 5.0.4 branch, which should have branched just before this commit. Everything else after it before we did end up branching would have been cherry-picked anyway. --- diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index d8ae674636..d6ba5e1d0e 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -1479,21 +1479,6 @@ look at the code for C in L.) =back -=head2 template_after_create - -This hook allows you to manipulate the Template object before it is used. -You can use this to define new vmethods or filters in extensions. - -Params: - -=over - -=item C