From 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Dec 2013 09:55:49 +0100 Subject: Update to MediaWiki 1.22.0 --- includes/Defines.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'includes/Defines.php') diff --git a/includes/Defines.php b/includes/Defines.php index c4a86335..86c5520b 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -197,14 +197,14 @@ define( 'EDIT_AUTOSUMMARY', 64 ); define( 'LIST_COMMA', 0 ); define( 'LIST_AND', 1 ); define( 'LIST_SET', 2 ); -define( 'LIST_NAMES', 3); -define( 'LIST_OR', 4); +define( 'LIST_NAMES', 3 ); +define( 'LIST_OR', 4 ); /**@}*/ /** * Unicode and normalisation related */ -require_once __DIR__.'/normal/UtfNormalDefines.php'; +require_once __DIR__ . '/normal/UtfNormalDefines.php'; /**@{ * Hook support constants @@ -236,11 +236,6 @@ define( 'SFH_NO_HASH', 1 ); define( 'SFH_OBJECT_ARGS', 2 ); /**@}*/ -/** - * Flags for Parser::setLinkHook - */ -define( 'SLH_PATTERN', 1 ); - /** * Flags for Parser::replaceLinkHolders */ -- cgit v1.2.3-54-g00ecf