r25370 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25369‎ | r25370 | r25371 >
Date:18:03, 31 August 2007
Author:erik
Status:old
Tags:
Comment:
-parentheses in RC
Modified paths:
  • /branches/liquidthreads/includes/ChangesList.php (modified) (history)

Diff [purge]

Index: branches/liquidthreads/includes/ChangesList.php
@@ -179,8 +179,8 @@
180180 // LQT HACK.
181181 $thread = Threads::withRoot(new Post( $rc->getTitle() ));
182182 if ($thread) {
183 - $articlelink .= ' (from ' . $this->skin->makeKnownLinkObj(
184 - $thread->article()->getTitle()->getTalkPage() ) . ')';
 183+ $articlelink .= ' from ' . $this->skin->makeKnownLinkObj(
 184+ $thread->article()->getTitle()->getTalkPage() );
185185 }
186186
187187 $s .= ' '.$articlelink;

Status & tagging log