jenkins-bot has submitted this change and it was merged.
Change subject: Make the table on Special:Tags sortable
......................................................................
Make the table on Special:Tags sortable
Makes for easier searching when a wiki has a couple dozen of them.
Change-Id: I8646a95946294eca66003fa409a923eb854c9049
---
M includes/specials/SpecialTags.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Catrope: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/specials/SpecialTags.php
b/includes/specials/SpecialTags.php
index d87f263..b19c6e8 100644
--- a/includes/specials/SpecialTags.php
+++ b/includes/specials/SpecialTags.php
@@ -58,7 +58,7 @@
$html .= $this->doTagRow( $tag, 0 );
}
- $out->addHTML( Xml::tags( 'table', array( 'class' => 'wikitable
mw-tags-table' ), $html ) );
+ $out->addHTML( Xml::tags( 'table', array( 'class' => 'wikitable
sortable mw-tags-table' ), $html ) );
}
function doTagRow( $tag, $hitcount ) {
--
To view, visit https://gerrit.wikimedia.org/r/73023
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8646a95946294eca66003fa409a923eb854c9049
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Matmarex <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits