Index: trunk/phase3/includes/Linker.php |
— | — | @@ -232,7 +232,7 @@ |
233 | 233 | wfProfileOut( __METHOD__ ); |
234 | 234 | return $t; |
235 | 235 | } 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. |
237 | 237 | $retVal = $this->makeKnownLinkObj( $nt, $text, $query, $trail, $prefix ); |
238 | 238 | } else { |
239 | 239 | wfProfileIn( __METHOD__.'-immediate' ); |