diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 06:26:55 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 06:26:55 +0000 |
commit | bfead4a0043c53966d3c41c4a7852174550155c2 (patch) | |
tree | 02748b959558c94b70abcc1984b3c30cc2cd5eff /doc | |
parent | a0d372751a79bf426ddcde89ada051bf748d8603 (diff) |
web commit by joey
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 0f2c26344..9a1a2b490 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -58,7 +58,7 @@ If your plugin needs to access data about other pages in the wiki. It can use the following hashes, using a page name as the key: * `%IkiWiki::links` lists the names of each page - that is linked to from that page in an array reference. + that a page links to, in an array reference. * `%IkiWiki::pagemtime` contains the last modification time of each page * `%IkiWiki::pagectime` contains the creation time of each page` * `%IkiWiki::renderedfiles` contains the name of the file rendered by a |