r23828 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23827‎ | r23828 | r23829 >
Date:04:59, 7 July 2007
Author:robchurch
Status:old
Tags:
Comment:
Kill some parameter cruft
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -982,8 +982,7 @@
983983 $ns = $wgTitle->getNamespace() == NS_MAIN
984984 ? wfMsg( 'nstab-main' )
985985 : $wgTitle->getNsText();
986 - $this->addWikiText( wfMsg( 'namespaceprotected', $ns,
987 - implode( ', ', $wgNamespaceProtection[ $wgTitle->getNamespace() ] ) ) );
 986+ $this->addWikiText( wfMsg( 'namespaceprotected', $ns ) );
988987 } else {
989988 // Standard protection
990989 $this->addWikiText( wfMsg( 'protectedpagetext' ) );

Follow-up revisions

RevisionCommit summaryAuthorDate
r23912Merged revisions 23662-23909 via svnmerge from...david18:11, 9 July 2007

Status & tagging log