r52363 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52362‎ | r52363 | r52364 >
Date:17:03, 24 June 2009
Author:werdna
Status:deferred
Tags:
Comment:
Wrap the summary correctly
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/LqtView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/LqtView.php
@@ -962,7 +962,7 @@
963963 }
964964
965965 if ( $thread->summary() ) {
966 - $html .= $this->showPostBody( $thread->summary() );
 966+ $html .= $this->getSummary( $thread );
967967 } elseif ( $thread->isArchiveEligible() ) {
968968 wfLoadExtensionMessages( 'LiquidThreads' );
969969

Status & tagging log