Fix tag for partial blocks config
authorThalia <thalia.e.chan@googlemail.com>
Tue, 8 Jan 2019 17:44:00 +0000 (17:44 +0000)
committerThalia <thalia.e.chan@googlemail.com>
Tue, 8 Jan 2019 17:47:02 +0000 (17:47 +0000)
Change-Id: I421298f216bc018d1606c297b2f89ee53c8da7ec

includes/DefaultSettings.php

index f7c3fce..77d9148 100644 (file)
@@ -9013,8 +9013,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;