jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/352295 )

Change subject: SpecialRecentchanges: Add class="mw-recentchanges-toplinks" to 
the "top links"
......................................................................


SpecialRecentchanges: Add class="mw-recentchanges-toplinks" to the "top links"

Meaning the contents of [[MediaWiki:Recentchangestext]], which is a series
of quick links on most wikis.

Bug: T164617
Change-Id: I2934156af5aafa3162924ecf78cfd82d3a41370d
---
M includes/specials/SpecialRecentchanges.php
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Sbisson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/specials/SpecialRecentchanges.php 
b/includes/specials/SpecialRecentchanges.php
index c10dbdd..5f15305 100644
--- a/includes/specials/SpecialRecentchanges.php
+++ b/includes/specials/SpecialRecentchanges.php
@@ -619,7 +619,11 @@
                if ( !$message->isDisabled() ) {
                        $this->getOutput()->addWikiText(
                                Html::rawElement( 'div',
-                                       [ 'lang' => $wgContLang->getHtmlCode(), 
'dir' => $wgContLang->getDir() ],
+                                       [
+                                               'class' => 
'mw-recentchanges-toplinks',
+                                               'lang' => 
$wgContLang->getHtmlCode(),
+                                               'dir' => $wgContLang->getDir()
+                                       ],
                                        "\n" . $message->plain() . "\n"
                                ),
                                /* $lineStart */ true,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2934156af5aafa3162924ecf78cfd82d3a41370d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Catrope <r...@wikimedia.org>
Gerrit-Reviewer: Sbisson <sbis...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to