r41677 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41676‎ | r41677 | r41678 >
Date:23:34, 4 October 2008
Author:mrzman
Status:old (Comments)
Tags:
Comment:
Cleanup for r41673, don't check for page existence.
Modified paths:
  • /trunk/phase3/includes/PageQueryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/PageQueryPage.php
@@ -20,6 +20,6 @@
2121 $text = null;
2222 if ($title instanceof Title)
2323 $text = htmlspecialchars( $wgContLang->convert( $title->getPrefixedText() ) );
24 - return $skin->link( $title, $text );
 24+ return $skin->link( $title, $text, array(), array(), array('known', 'noclasses') );
2525 }
2626 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r41673Use Linker::link() in PageQueryPage instead of deprecated makeKnownLinkObj. T...mrzman23:05, 4 October 2008

Comments

#Comment by Tim Starling (talk | contribs)   14:42, 11 October 2008

ugly, begging for associative array

Status & tagging log