X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a0d372751a79bf426ddcde89ada051bf748d8603..3b0fce93e40e5457b63ceda9692901539eb4fc82:/doc/plugins/write.mdwn?ds=sidebyside diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 0f2c26344..c4f668373 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -58,9 +58,9 @@ 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::pagectime` contains the creation time of each page * `%IkiWiki::renderedfiles` contains the name of the file rendered by a page * `%IkiWiki::pagesources` contains the name of the source file for a page.