diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-09 23:07:27 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-09 23:07:27 +0000 |
commit | 9bae90024229618c1bfd320f1513d1054af89e5a (patch) | |
tree | 54e05613341fcec5c2b4b8621ad97b404085b25b /doc | |
parent | dae0f48e91304afcb6ebe0936360e51b22a56548 (diff) |
* Add a module version number to IkiWiki, so you can "use IkiWiki '1.00'"
to declare which version of the interface your plugin needs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/write.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 8886bca29..a78785e02 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -173,7 +173,7 @@ they're saved, etc. To import the ikiwiki plugin interface: - use IkiWiki; + use IkiWiki '1.00'; This will import several variables and functions into your plugin's namespace. These variables and functions are the ones most plugins need, |