Ajayrahulp has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/277059

Change subject: Used i18n Format For Labels
......................................................................

Used i18n Format For Labels

Bug T117754

Change-Id: I262ade16964c50a41c699148ef9a211f5b1b85d8
---
M includes/specials/SpecialProtectedtitles.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/59/277059/1

diff --git a/includes/specials/SpecialProtectedtitles.php 
b/includes/specials/SpecialProtectedtitles.php
index 5df425a..73e3c46 100644
--- a/includes/specials/SpecialProtectedtitles.php
+++ b/includes/specials/SpecialProtectedtitles.php
@@ -119,6 +119,7 @@
                $action = htmlspecialchars( wfScript() );
                $title = $this->getPageTitle();
                $special = htmlspecialchars( $title->getPrefixedDBkey() );
+               print( $namespace );
 
                return "<form action=\"$action\" method=\"get\">\n" .
                        '<fieldset>' .
@@ -138,6 +139,7 @@
         * @return string
         */
        function getNamespaceMenu( $namespace = null ) {
+
                return Html::namespaceSelector(
                        [
                                'selected' => $namespace,

-- 
To view, visit https://gerrit.wikimedia.org/r/277059
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I262ade16964c50a41c699148ef9a211f5b1b85d8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Ajayrahulp <[email protected]>

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

Reply via email to