Update Extension.php

This commit is contained in:
paladox
2021-03-20 23:55:25 +00:00
committed by GitHub
parent 80fd7d9803
commit 8e8355117e

View File

@ -80,7 +80,7 @@ class Extension {
if ( version_compare( $wgVersion, '1.35', '>=' ) ) { if ( version_compare( $wgVersion, '1.35', '>=' ) ) {
// This hook is deprecated and does not work as intended on MW 1.32+. // 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; return true;
} }