r98964 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98963‎ | r98964 | r98965 >
Date:00:46, 5 October 2011
Author:reedy
Status:ok
Tags:
Comment:
MFT r98963
Modified paths:
  • /branches/wmf/1.18wmf1/includes/SkinLegacy.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/SkinLegacy.php
@@ -484,7 +484,7 @@
485485
486486 if ( $image ) {
487487 $link = htmlspecialchars( $image->getURL() );
488 - $style = $this->getInternalLinkAttributes( $link, $name );
 488+ $style = Linker::getInternalLinkAttributes( $link, $name );
489489 $s[] = "<a href=\"{$link}\"{$style}>{$name}</a>";
490490 }
491491 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98963Call to undefined method CologneBlueTemplate::getInternalLinkAttributes() in ...reedy00:45, 5 October 2011

Status & tagging log