Remove EditFilterMerged detection define
authorChad Horohoe <chadh@wikimedia.org>
Wed, 18 Mar 2015 23:38:01 +0000 (16:38 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 18 Mar 2015 23:38:01 +0000 (16:38 -0700)
We've supported this hook since 1.12 days and it's actually
deprecated by EditFilterMergedContent. No extensions in Git
or SVN check for this define anymore.

Change-Id: If638094a2fb2f047a3b40a24e11e2c0e2fa9c1b9

includes/Defines.php

index 8456c5d..432cf7f 100644 (file)
@@ -208,7 +208,6 @@ require_once __DIR__ . '/libs/normal/UtfNormalDefines.php';
 /**@{
  * Hook support constants
  */
-define( 'MW_SUPPORTS_EDITFILTERMERGED', 1 );
 define( 'MW_SUPPORTS_PARSERFIRSTCALLINIT', 1 );
 define( 'MW_SUPPORTS_LOCALISATIONCACHE', 1 );
 define( 'MW_SUPPORTS_CONTENTHANDLER', 1 );