r62129 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62128‎ | r62129 | r62130 >
Date:18:54, 8 February 2010
Author:simetrical
Status:ok
Tags:
Comment:
Use consistent case when calling functions
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -970,7 +970,7 @@
971971 $comment = Sanitizer::escapeHtmlAllowEntities( $comment );
972972
973973 # Render autocomments and make links:
974 - $comment = $this->formatAutoComments( $comment, $title, $local );
 974+ $comment = $this->formatAutocomments( $comment, $title, $local );
975975 $comment = $this->formatLinksInComment( $comment, $title, $local );
976976
977977 wfProfileOut( __METHOD__ );

Status & tagging log