]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/write.mdwn
needsbuild hook interface changed; the hooks should now return the modified array...
[git.ikiwiki.info.git] / doc / plugins / write.mdwn
index 10b4df835f9fde4eac70f6980727fbad8a7aa562..31bb64e68a258eccf046e0900f36fecd15c66034 100644 (file)
@@ -179,8 +179,8 @@ function is passed no values.
 
 This allows a plugin to manipulate the list of files that need to be
 built when the wiki is refreshed. The function is passed a reference to an
-array of files that will be rebuilt, and can modify the array, either
-adding or removing files from it.
+array of files that will be rebuilt. It should return an array reference
+that is a modified version of its input. It can add or remove files from it.
 
 ### scan