* Missing svn:eol-style property on Parser_LinkHooks.php
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 18 Aug 2008 19:48:28 +0000 (19:48 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 18 Aug 2008 19:48:28 +0000 (19:48 +0000)
* Fixed syntax error CoreLinkFunctions.php

includes/parser/CoreLinkFunctions.php

index ebaf0ca..e4ec5a7 100644 (file)
@@ -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