From: umherirrender Date: Sun, 20 Sep 2015 08:44:15 +0000 (+0200) Subject: Fix hook documentation for PageRenderingHash X-Git-Tag: 1.31.0-rc.0~9896^2 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=f99c4a06906e9a409c83efcfc0e1d5196fcfd1df;p=lhc%2Fweb%2Fwiklou.git Fix hook documentation for PageRenderingHash The last parameter was not in documentation. Follows Ieecb27216c39b7e6e354b4a1904fbff06506307d Change-Id: I1eaf0e98a97f804f6b402517e45fcad54ee65ac0 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 7671e6e3f5..7af4c1c5a2 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2185,6 +2185,7 @@ which depends on user options should install this hook and append its values to the key. &$confstr: reference to a hash key string which can be modified $user: User (object) requesting the page +&$forOptions: array of options the hash is for 'PageViewUpdates': Allow database (or other) changes to be made after a page view is seen by MediaWiki. Note this does not capture views made