jenkins-bot has submitted this change and it was merged.
Change subject: Replace usage of deprecated Linker::makeKnownLinkObj function
......................................................................
Replace usage of deprecated Linker::makeKnownLinkObj function
Change-Id: I16f28152a19caf740c8078f85c0f033791779da8
---
M frontend/specialpages/SpecialMWOAuthManageConsumers.php
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Aaron Schulz: Looks good to me, approved
Addshore: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/frontend/specialpages/SpecialMWOAuthManageConsumers.php
b/frontend/specialpages/SpecialMWOAuthManageConsumers.php
index e81b0b6..3805ac0 100644
--- a/frontend/specialpages/SpecialMWOAuthManageConsumers.php
+++ b/frontend/specialpages/SpecialMWOAuthManageConsumers.php
@@ -163,7 +163,7 @@
$out->addHTML(
'<li>' .
"<$tag>" .
- Linker::makeKnownLinkObj(
+ Linker::linkKnown(
$this->getTitle( $stageKey ),
// Messages:
mwoauthmanageconsumers-q-proposed, mwoauthmanageconsumers-q-rejected,
// mwoauthmanageconsumers-q-expired
@@ -180,7 +180,7 @@
foreach ( $keyStageMapL as $stageKey => $stage ) {
$out->addHTML(
'<li>' .
- Linker::makeKnownLinkObj(
+ Linker::linkKnown(
$this->getTitle( $stageKey ),
// Messages:
mwoauthmanageconsumers-l-approved, mwoauthmanageconsumers-l-disabled
$this->msg( 'mwoauthmanageconsumers-l-'
. $stageKey )->escaped()
--
To view, visit https://gerrit.wikimedia.org/r/97214
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I16f28152a19caf740c8078f85c0f033791779da8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OAuth
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits