Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -982,8 +982,7 @@ |
983 | 983 | $ns = $wgTitle->getNamespace() == NS_MAIN |
984 | 984 | ? wfMsg( 'nstab-main' ) |
985 | 985 | : $wgTitle->getNsText(); |
986 | | - $this->addWikiText( wfMsg( 'namespaceprotected', $ns, |
987 | | - implode( ', ', $wgNamespaceProtection[ $wgTitle->getNamespace() ] ) ) ); |
| 986 | + $this->addWikiText( wfMsg( 'namespaceprotected', $ns ) ); |
988 | 987 | } else { |
989 | 988 | // Standard protection |
990 | 989 | $this->addWikiText( wfMsg( 'protectedpagetext' ) ); |