User "Nikerabbit" posted a comment on MediaWiki.r102366.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/102366#c25684
Commit summary:

Final fixes

Comment:

Please consider these suggestions:

<pre>
+                       $articlePath = str_replace('$1', '', $wgArticlePath);
+                       $wgOut->addHTML( '<a href="' . $articlePath . 
'Special:Premoderation/list/offset/'
+                               . $offset . '">' . wfMsg( 'premoderation-next' 
) . '</a>' );
</pre>
 $wgOut->addHtml( Linker::link( $this->getTitle( "list/offset/$offset" ), 
wfMsgHtml( 'premoderation-next ) ) );


<pre>
+                       $wgOut->addHTML( wfMessage( 'premoderation-private-ip', 
$row['pmq_ip'] ) );
</pre>
 $wgOut->addWikiMsg( 'premoderation-private-ip', $row['pmq_ip'] );

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to