From: Alexandre Emsenhuber Date: Mon, 18 Aug 2008 19:48:28 +0000 (+0000) Subject: * Missing svn:eol-style property on Parser_LinkHooks.php X-Git-Tag: 1.31.0-rc.0~45820 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=7fb9ffba7e18521d903bb9aed24cc59900634ca3;p=lhc%2Fweb%2Fwiklou.git * Missing svn:eol-style property on Parser_LinkHooks.php * Fixed syntax error CoreLinkFunctions.php --- 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