Merge "Fix tag for partial blocks config"
This commit is contained in:
commit
8a2be2c599
1 changed files with 2 additions and 2 deletions
|
|
@ -9020,8 +9020,8 @@ $wgActorTableSchemaMigrationStage = SCHEMA_COMPAT_OLD;
|
||||||
* Flag to enable Partial Blocks. This allows an admin to prevent a user from editing specific pages
|
* Flag to enable Partial Blocks. This allows an admin to prevent a user from editing specific pages
|
||||||
* or namespaces.
|
* or namespaces.
|
||||||
*
|
*
|
||||||
* @since 1.32
|
* @since 1.33
|
||||||
* @deprecated 1.32
|
* @deprecated 1.33
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
$wgEnablePartialBlocks = false;
|
$wgEnablePartialBlocks = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue