From 8e8355117e5a765ec4f685d32080c67c45e82575 Mon Sep 17 00:00:00 2001 From: paladox Date: Sat, 20 Mar 2021 23:55:25 +0000 Subject: [PATCH] Update Extension.php --- includes/Extension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Extension.php b/includes/Extension.php index 69f639d..67b2665 100644 --- a/includes/Extension.php +++ b/includes/Extension.php @@ -80,7 +80,7 @@ class Extension { if ( version_compare( $wgVersion, '1.35', '>=' ) ) { // This hook is deprecated and does not work as intended on MW 1.32+. - // Instead we use onMultiContentSave which works from 1.35+. + // Instead we use MultiContentSave which works from 1.35+. return true; }