* (bug 16288) API: consider making closure status of wikis more clear with meta=siteinfo
authorSam Reed <reedy@users.mediawiki.org>
Sun, 20 Mar 2011 13:41:41 +0000 (13:41 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 20 Mar 2011 13:41:41 +0000 (13:41 +0000)
Added bug to RELEASE-NOTES, this adds the hook and usage into SiteMatrix

Have I got my & all right? I can never remember

RELEASE-NOTES
docs/hooks.txt

index 3d05272..1da2de8 100644 (file)
@@ -273,6 +273,8 @@ PHP if you have not done so prior to upgrading MediaWiki.
   list=users&usprop=groups
 * Addition of APIQuerySiteInfoGeneralInfo hook to add extra information to
   the general site info results
+* (bug 16288) API: consider making closure status of wikis more clear
+  with meta=siteinfo
 
 === Languages updated in 1.18 ===
 
index 7a68a64..d5866c0 100644 (file)
@@ -356,8 +356,8 @@ $tokenFunctions: array(action => callback)
 
 'APIQuerySiteInfoGeneralInfo': use this hook to add extra information to
 the sites general information.
-$module: the current ApiQuerySiteInfo module
-$resutls: array of results, add things here
+&$module: the current ApiQuerySiteInfo module
+&$results: array of results, add things here
 
 'APIQueryUsersTokens': use this hook to add custom token to list=users.
 Every token has an action, which will be used in the ustoken parameter