r70343 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70342‎ | r70343 | r70344 >
Date:17:46, 2 August 2010
Author:siebrand
Status:resolved
Tags:
Comment:
More message spewing reduction from r70337.
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1949,7 +1949,7 @@
19501950 * @param $prefix String: Optional prefix
19511951 */
19521952 function makeColouredLinkObj( $nt, $colour, $text = '', $query = '', $trail = '', $prefix = '' ) {
1953 - wfDeprecated( __METHOD__ );
 1953+ //wfDeprecated( __METHOD__ );
19541954 if($colour != ''){
19551955 $style = $this->getInternalLinkAttributesObj( $nt, $text, $colour );
19561956 } else $style = '';

Follow-up revisions

RevisionCommit summaryAuthorDate
r78366Cleaned up r70342 and r70343: removed commented-out code.tstarling11:11, 14 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70337Check the link color (stub, redirect) on just one place....platonides15:53, 2 August 2010

Status & tagging log