]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 392821: Remove obsolete instructions in template variables.none.tmpl concerning...
authorlpsolit%gmail.com <>
Thu, 7 Feb 2008 03:02:21 +0000 (03:02 +0000)
committerlpsolit%gmail.com <>
Thu, 7 Feb 2008 03:02:21 +0000 (03:02 +0000)
template/en/default/global/variables.none.tmpl

index 31d22fc6899c6fb3215b294234aa5ac823a2df13..4fa60894a794e42d112c211f018233e2f3531a86 100644 (file)
   # 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",