From: Thalia Date: Tue, 8 Jan 2019 17:44:00 +0000 (+0000) Subject: Fix tag for partial blocks config X-Git-Tag: 1.34.0-rc.0~3120^2 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=f96c988f19824c9bb22fb07b55aa5e295f227394;p=lhc%2Fweb%2Fwiklou.git Fix tag for partial blocks config Change-Id: I421298f216bc018d1606c297b2f89ee53c8da7ec --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f7c3fce124..77d91488a5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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;