Index: trunk/phase3/includes/SpecialNewimages.php |
— | — | @@ -177,9 +177,11 @@ |
178 | 178 | $now = wfTimestampNow(); |
179 | 179 | $d = $wgLang->date( $now, true ); |
180 | 180 | $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 ); |
182 | 183 | |
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); |
184 | 186 | |
185 | 187 | $prevLink = wfMsgHtml( 'prevn', $wgLang->formatNum( $limit ) ); |
186 | 188 | if( $firstTimestamp && $firstTimestamp != $latestTimestamp ) { |