Merge "Fix tag for partial blocks config"

This commit is contained in:
jenkins-bot 2019-01-08 18:48:56 +00:00 committed by Gerrit Code Review
commit 8a2be2c599

View file

@ -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
* or namespaces.
*
* @since 1.32
* @deprecated 1.32
* @since 1.33
* @deprecated 1.33
* @var bool
*/
$wgEnablePartialBlocks = false;