AYUSH GARG has uploaded a new change for review.

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

Change subject: Export allow preloading the category name through URL parameter 
Bug: T88683
......................................................................

Export allow preloading the category name through URL parameter
Bug: T88683

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/18/189318/1

diff --git a/includes/specials/SpecialExport.php 
b/includes/specials/SpecialExport.php
index 38c52a0..a66545e 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/189318
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I40555138c9964b0ead3c89dfbe3705c3a85332e6
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