Jack Phoenix has uploaded a new change for review.
https://gerrit.wikimedia.org/r/232015
Change subject: Fix message parsing on Special:RemoveAvatar
......................................................................
Fix message parsing on Special:RemoveAvatar
Change-Id: I3bec42b9310fcb58b0358dc72c87b365a88a979d
---
M UserProfile/SpecialRemoveAvatar.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SocialProfile
refs/changes/15/232015/1
diff --git a/UserProfile/SpecialRemoveAvatar.php
b/UserProfile/SpecialRemoveAvatar.php
index d7eac29..9c242c9 100644
--- a/UserProfile/SpecialRemoveAvatar.php
+++ b/UserProfile/SpecialRemoveAvatar.php
@@ -113,7 +113,7 @@
private function showUserForm() {
$output = '<form method="get" name="avatar" action="">' .
Html::hidden( 'title', $this->getPageTitle() ) .
- '<b>' . $this->msg( 'username' )->plain() .
'</b>
+ '<b>' . $this->msg( 'username' )->text() . '</b>
<input type="text" name="user" />
<input type="submit" value="' . $this->msg(
'search' )->plain() . '" />
</form>';
--
To view, visit https://gerrit.wikimedia.org/r/232015
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3bec42b9310fcb58b0358dc72c87b365a88a979d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SocialProfile
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits