From 44b48df3901d829e1423749136d142964ccb4a3e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Jul 2003 04:31:13 +0000 Subject: Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. --- t/008filter.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 't/008filter.t') diff --git a/t/008filter.t b/t/008filter.t index c9e063c78..fc8f77e69 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -136,6 +136,9 @@ foreach my $path (@Support::Templates::include_paths) { # Special Template Toolkit loop variable next if $directive =~ /^loop\.(index|count)$/; + # Branding terms + next if $directive =~ /^terms\./; + # Things which are already filtered # Note: If a single directive prints two things, and only one is # filtered, we may not catch that case. -- cgit v1.2.3-24-g4f1b