Fix r93820: PROT_ -> PROTO_
[lhc/web/wiklou.git] / includes / parser / CoreLinkFunctions.php
index 5c79649..8de1327 100644 (file)
@@ -11,7 +11,6 @@
  */
 class CoreLinkFunctions {
        /**
-        * @static
         * @param $parser Parser_LinkHooks
         * @return bool
         */
@@ -21,7 +20,6 @@ class CoreLinkFunctions {
        }
 
        /**
-        * @static
         * @param $parser Parser
         * @param $holders LinkHolderArray
         * @param $markers LinkMarkerReplacer
@@ -41,11 +39,10 @@ class CoreLinkFunctions {
                        # Return false so that this link is reverted back to WikiText
                        return false;
                }
-               return $holders->makeHolder( $title, isset($displayText) ? $displayText : $titleText, '', '', '' );
+               return $holders->makeHolder( $title, isset($displayText) ? $displayText : $titleText, array(), '', '' );
        }
 
        /**
-        * @static
         * @param  $parser Parser
         * @param  $holders LinkHolderArray
         * @param  $markers LinkMarkerReplacer