From f96c988f19824c9bb22fb07b55aa5e295f227394 Mon Sep 17 00:00:00 2001 From: Thalia Date: Tue, 8 Jan 2019 17:44:00 +0000 Subject: [PATCH] Fix tag for partial blocks config Change-Id: I421298f216bc018d1606c297b2f89ee53c8da7ec --- includes/DefaultSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1