r35206 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35205‎ | r35206 | r35207 >
Date:22:19, 22 May 2008
Author:aaron
Status:old
Tags:
Comment:
Break long lines
Modified paths:
  • /trunk/phase3/includes/SpecialNewimages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialNewimages.php
@@ -177,9 +177,11 @@
178178 $now = wfTimestampNow();
179179 $d = $wgLang->date( $now, true );
180180 $t = $wgLang->time( $now, true );
181 - $dateLink = $sk->makeKnownLinkObj( $titleObj, wfMsgHtml( 'sp-newimages-showfrom', $d, $t ), 'from='.$now.$botpar.$searchpar );
 181+ $dateLink = $sk->makeKnownLinkObj( $titleObj, wfMsgHtml( 'sp-newimages-showfrom', $d, $t ),
 182+ 'from='.$now.$botpar.$searchpar );
182183
183 - $botLink = $sk->makeKnownLinkObj($titleObj, wfMsgHtml( 'showhidebots', ($hidebots ? wfMsgHtml('show') : wfMsgHtml('hide'))),'hidebots='.($hidebots ? '0' : '1').$searchpar);
 184+ $botLink = $sk->makeKnownLinkObj($titleObj, wfMsgHtml( 'showhidebots',
 185+ ($hidebots ? wfMsgHtml('show') : wfMsgHtml('hide'))),'hidebots='.($hidebots ? '0' : '1').$searchpar);
184186
185187 $prevLink = wfMsgHtml( 'prevn', $wgLang->formatNum( $limit ) );
186188 if( $firstTimestamp && $firstTimestamp != $latestTimestamp ) {

Status & tagging log