From 717473d8348085dd694f544898115a6630b09f41 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 18 Mar 2015 16:38:01 -0700 Subject: [PATCH] Remove EditFilterMerged detection define 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Defines.php b/includes/Defines.php index 8456c5dd6a..432cf7fbbc 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -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 ); -- 2.20.1