From: Thalia Date: Thu, 28 Feb 2019 11:43:01 +0000 (+0000) Subject: Document the 'sitewide' option for the Block class X-Git-Tag: 1.34.0-rc.0~2661^2 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=fa98878370480ad091fc498f713f9265f472c2b0;p=lhc%2Fweb%2Fwiklou.git Document the 'sitewide' option for the Block class Change-Id: Ie2bebc6e9b42e21159cba35315b86c2d1971bf33 --- diff --git a/includes/Block.php b/includes/Block.php index 09f6d9f631..6abc83ae1d 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -121,6 +121,9 @@ class Block { * created by MediaWiki rather than being stored * in the database. Value is a string to return * from self::getSystemBlockType(). + * sitewide bool Disallow editing all pages and all contribution + * actions, except those specifically allowed by + * other block flags * * @since 1.26 accepts $options array instead of individual parameters; order * of parameters above reflects the original order