summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/variables.none.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/variables.none.tmpl')
-rw-r--r--template/en/default/global/variables.none.tmpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/template/en/default/global/variables.none.tmpl b/template/en/default/global/variables.none.tmpl
index 31d22fc68..4fa60894a 100644
--- a/template/en/default/global/variables.none.tmpl
+++ b/template/en/default/global/variables.none.tmpl
@@ -27,19 +27,6 @@
# Remember to PROCESS rather than INCLUDE this template.
#%]
-[%# Note on changing terms:
- # Changing this will not affect "linkification" of your new terms.
- # This means if you change "bug" to "problem", then if you have
- # "problem 3" in a comment, it won't become a clickable URL.
- # To have that feature, you must edit the quoteUrls function in
- # Bugzilla/Template.pm.
- # Change the line:
- # my $bug_re = qr/bug\s*\#?\s*(\d+)/i;
- # to something like:
- # my $bug_re = qr/(?:bug|problem)\s*\#?\s*(\d+)/i;
- # (here "problem" was used instead of bug - substitute as needed!).
- #%]
-
[% terms = {
"bug" => "bug",
"Bug" => "Bug",