jenkins-bot has submitted this change and it was merged.
Change subject: Tweak bidi on Special:Contributions/newbies
......................................................................
Tweak bidi on Special:Contributions/newbies
Special:Contributions/newbies when page title is not RTL will mixed
username and page title.
Change-Id: Icccf953cd2b6784f83fdd6a5775b6af8b1216ed5
---
M includes/specials/SpecialContributions.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Bartosz Dziewoński: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/specials/SpecialContributions.php
b/includes/specials/SpecialContributions.php
index 65aa07e..5d9e554 100644
--- a/includes/specials/SpecialContributions.php
+++ b/includes/specials/SpecialContributions.php
@@ -974,7 +974,7 @@
# Show user names for /newbies as there may be
different users.
# Note that we already excluded rows with hidden user
names.
if ( $this->contribs == 'newbie' ) {
- $userlink = ' . . ' . Linker::userLink(
$rev->getUser(), $rev->getUserText() );
+ $userlink = ' . . ' . $lang->getDirMark() .
Linker::userLink( $rev->getUser(), $rev->getUserText() );
$userlink .= ' ' . $this->msg( 'parentheses'
)->rawParams(
Linker::userTalkLink( $rev->getUser(),
$rev->getUserText() ) )->escaped() . ' ';
} else {
--
To view, visit https://gerrit.wikimedia.org/r/76714
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icccf953cd2b6784f83fdd6a5775b6af8b1216ed5
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Ebrahim <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Bartosz Dziewoński <[email protected]>
Gerrit-Reviewer: Daniel Friesen <[email protected]>
Gerrit-Reviewer: Ebrahim <[email protected]>
Gerrit-Reviewer: PleaseStand <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits