r39613 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39612‎ | r39613 | r39614 >
Date:20:38, 18 August 2008
Author:aaron
Status:old
Tags:
Comment:
mark static
Modified paths:
  • /trunk/phase3/includes/parser/Parser_LinkHooks.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Parser_LinkHooks.php
@@ -362,7 +362,7 @@
363363 return "<!-- LINKMARKER $id -->";
364364 }
365365
366 - function findMarker( $string ) {
 366+ static function findMarker( $string ) {
367367 return (bool) preg_match('/<!-- LINKMARKER [0-9]+ -->/', $string );
368368 }
369369

Status & tagging log