From 340c5f43bf00ad5723f8c91ee38c7893714c54ac Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Sun, 28 Apr 2024 00:31:36 -0400 Subject: (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. --- Bugzilla/Hook.pm | 15 --------------- Bugzilla/Template.pm | 1 - extensions/Example/Extension.pm | 13 ------------- 3 files changed, 29 deletions(-) diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index d8ae67463..d6ba5e1d0 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