AYUSH GARG has uploaded a new change for review.

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

Change subject: Export: Preloading the category name through a URL parameter
......................................................................

Export: Preloading the category name through a URL parameter

Bug: T88683
Change-Id: Iff7d4c1e7138c5160dbaa7b2455695837026d6c1
---
M includes/specials/SpecialExport.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/23/189923/1

diff --git a/includes/specials/SpecialExport.php 
b/includes/specials/SpecialExport.php
index 38c52a0..d77e824 100644
--- a/includes/specials/SpecialExport.php
+++ b/includes/specials/SpecialExport.php
@@ -188,7 +188,8 @@
                        $this->msg( 'export-addcattext' )->text(),
                        'catname',
                        'catname',
-                       40
+                       40,
+                       $catname
                ) . ' ';
                $form .= Xml::submitButton(
                        $this->msg( 'export-addcat' )->text(),

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

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

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

Reply via email to