aboutsummaryrefslogtreecommitdiffstats
path: root/languages/LanguageJa.php
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>2005-06-18 04:11:32 +0000
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>2005-06-18 04:11:32 +0000
commit2bec6449c140f839cb03b9cc0768bb587eab94fb (patch)
treec372a36eecad66c8ca42431ca56e082185e039a8 /languages/LanguageJa.php
parentefe4524e50e7d902142a7f7615397c6a0012d609 (diff)
downloadmediawikicore-2bec6449c140f839cb03b9cc0768bb587eab94fb.tar.gz
mediawikicore-2bec6449c140f839cb03b9cc0768bb587eab94fb.zip
* Removed getNsText() decleration, redundant now that the parent defines it in
a OOP-ish way.
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9462
Diffstat (limited to 'languages/LanguageJa.php')
-rw-r--r--languages/LanguageJa.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/languages/LanguageJa.php b/languages/LanguageJa.php
index 7888d691de8d..bc1abdc0c645 100644
--- a/languages/LanguageJa.php
+++ b/languages/LanguageJa.php
@@ -945,10 +945,6 @@ class LanguageJa extends LanguageUtf8 {
return $wgNamespaceNamesJa;
}
- function getNsText( $index ) {
- global $wgNamespaceNamesJa;
- return $wgNamespaceNamesJa[$index];
- }
function getNsIndex( $text ) {
global $wgNamespaceNamesJa;