r32261 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32260‎ | r32261 | r32262 >
Date:21:52, 20 March 2008
Author:greg
Status:old
Tags:
Comment:
Annoying typo.
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -232,7 +232,7 @@
233233 wfProfileOut( __METHOD__ );
234234 return $t;
235235 } elseif ( $nt->isAlwaysKnown() ) {
236 - # Image links, special page links and self-links with fragements are always known.
 236+ # Image links, special page links and self-links with fragments are always known.
237237 $retVal = $this->makeKnownLinkObj( $nt, $text, $query, $trail, $prefix );
238238 } else {
239239 wfProfileIn( __METHOD__.'-immediate' );

Status & tagging log