From 40cf7cefd712558f882f4286659efcbf71cb330f Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 22 May 2008 22:19:19 +0000 Subject: [PATCH] Break long lines --- includes/SpecialNewimages.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/SpecialNewimages.php b/includes/SpecialNewimages.php index 6f59ecb27e..e4bfd3b539 100644 --- a/includes/SpecialNewimages.php +++ b/includes/SpecialNewimages.php @@ -177,9 +177,11 @@ function wfSpecialNewimages( $par, $specialPage ) { $now = wfTimestampNow(); $d = $wgLang->date( $now, true ); $t = $wgLang->time( $now, true ); - $dateLink = $sk->makeKnownLinkObj( $titleObj, wfMsgHtml( 'sp-newimages-showfrom', $d, $t ), 'from='.$now.$botpar.$searchpar ); + $dateLink = $sk->makeKnownLinkObj( $titleObj, wfMsgHtml( 'sp-newimages-showfrom', $d, $t ), + 'from='.$now.$botpar.$searchpar ); - $botLink = $sk->makeKnownLinkObj($titleObj, wfMsgHtml( 'showhidebots', ($hidebots ? wfMsgHtml('show') : wfMsgHtml('hide'))),'hidebots='.($hidebots ? '0' : '1').$searchpar); + $botLink = $sk->makeKnownLinkObj($titleObj, wfMsgHtml( 'showhidebots', + ($hidebots ? wfMsgHtml('show') : wfMsgHtml('hide'))),'hidebots='.($hidebots ? '0' : '1').$searchpar); $prevLink = wfMsgHtml( 'prevn', $wgLang->formatNum( $limit ) ); if( $firstTimestamp && $firstTimestamp != $latestTimestamp ) { -- 2.20.1