From 7fb9ffba7e18521d903bb9aed24cc59900634ca3 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 18 Aug 2008 19:48:28 +0000 Subject: [PATCH] * Missing svn:eol-style property on Parser_LinkHooks.php * Fixed syntax error CoreLinkFunctions.php --- includes/parser/CoreLinkFunctions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/parser/CoreLinkFunctions.php b/includes/parser/CoreLinkFunctions.php index ebaf0cadbd..e4ec5a79b9 100644 --- a/includes/parser/CoreLinkFunctions.php +++ b/includes/parser/CoreLinkFunctions.php @@ -5,11 +5,11 @@ * @ingroup Parser */ class CoreLinkFunctions { - static static function register( $parser ) { + static function register( $parser ) { } - + static function defaultLinkHook( $markers, Title $title, $titleText, &$displayText = null, &$leadingColon = false ) { # Warning: This hook should NEVER return true as it is the fallback # default for when other hooks return true -- 2.20.1