diff options
author | lpsolit%gmail.com <> | 2008-02-07 04:02:21 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-02-07 04:02:21 +0100 |
commit | 8bd3a679d1bde6536a40abf68837bc80e1cc5aba (patch) | |
tree | ca1d1335cd247435a8284837547139596c8e3e2a /template/en/default/global | |
parent | ab349390043470c0542e4feb7f4e3624d107d3e2 (diff) | |
download | bugzilla-8bd3a679d1bde6536a40abf68837bc80e1cc5aba.tar.gz bugzilla-8bd3a679d1bde6536a40abf68837bc80e1cc5aba.tar.xz |
Bug 392821: Remove obsolete instructions in template variables.none.tmpl concerning bug_re - Patch by Eclipse Webmaster <webmaster@eclipse.org> r/a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/variables.none.tmpl | 13 |
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", |