jenkins-bot has submitted this change and it was merged.

Change subject: SpecialGlobalRenameProgress: show backlink subtitle when valid 
username is specififed
......................................................................


SpecialGlobalRenameProgress: show backlink subtitle when valid username is 
specififed

Bug: T140458
Change-Id: I142f195c4db908c00d82ac2eda3f798a8694cd8f
---
M includes/specials/SpecialGlobalRenameProgress.php
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/includes/specials/SpecialGlobalRenameProgress.php 
b/includes/specials/SpecialGlobalRenameProgress.php
index 2e0e88e..df0f4ce 100644
--- a/includes/specials/SpecialGlobalRenameProgress.php
+++ b/includes/specials/SpecialGlobalRenameProgress.php
@@ -101,7 +101,9 @@
                        $this->showCurrentRenames();
                        return false;
                }
+
                $out = $this->getOutput();
+               $out->addBacklinkSubtitle( $this->getPageTitle() );
 
                $this->renameuserStatus = new GlobalRenameUserStatus( $name );
                $names = $this->renameuserStatus->getNames();

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I142f195c4db908c00d82ac2eda3f798a8694cd8f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Glaisher <glaisher.w...@gmail.com>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
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