diff options
author | Gervase Markham <gerv@gerv.net> | 2011-01-05 17:58:05 +0100 |
---|---|---|
committer | Gervase Markham <gerv@mozilla.org> | 2011-01-05 17:58:05 +0100 |
commit | 8cea190794a75022d3d95932b5895a21afb0b298 (patch) | |
tree | 15f76b5dfee647c2e5a9b55caf1cf99d377e34e1 /Bugzilla | |
parent | f6a3f8319d442e832edc901ff12169ba17dceb81 (diff) | |
download | bugzilla-8cea190794a75022d3d95932b5895a21afb0b298.tar.gz bugzilla-8cea190794a75022d3d95932b5895a21afb0b298.tar.xz |
Document how to add user settings. r,a=mkanat.
https://bugzilla.mozilla.org/show_bug.cgi?id=616427
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Extension.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Extension.pm b/Bugzilla/Extension.pm index c7688d90b..857d0d75b 100644 --- a/Bugzilla/Extension.pm +++ b/Bugzilla/Extension.pm @@ -272,7 +272,8 @@ This is the base class for all Bugzilla extensions. The L</SYNOPSIS> above gives a pretty good overview of what's basically required to write an extension. This section gives more information -on exactly how extensions work and how you write them. +on exactly how extensions work and how you write them. There is also a +L<wiki page|https://wiki.mozilla.org/Bugzilla:Extension_Notes> with additional HOWTOs, tips and tricks. =head2 Using F<extensions/create.pl> |