r88570 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88569‎ | r88570 | r88571 >
Date:11:38, 22 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
follow up to r88195
Modified paths:
  • /trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php
@@ -137,7 +137,7 @@
138138 // Get the HTML for the tag content. Pages are linked, other stuff is just plaintext.
139139 if ( $obj->getTypeID() == '_wpg' ) {
140140 $value = $obj->getTitle()->getText();
141 - $html = $obj->getLongText( $outputmode, $isSubject );
 141+ $html = $obj->getLongText( $outputmode, $this->getLinker( $isSubject ) );
142142 }
143143 else {
144144 $html = $obj->getShortText( $outputmode, $this->getLinker( false ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88195correctly determine if a DV is a page or notjeroendedauw16:59, 15 May 2011

Status & tagging log