r91212 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91211‎ | r91212 | r91213 >
Date:19:55, 30 June 2011
Author:ashley
Status:ok
Tags:
Comment:
SocialProfile: follow-up to r87595: correct capitalization
Modified paths:
  • /trunk/extensions/SocialProfile/UserProfile/SpecialRemoveAvatar.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserProfile/SpecialRemoveAvatar.php
@@ -96,7 +96,7 @@
9797 */
9898 private function showUserForm() {
9999 $output = '<form method="get" name="avatar" action="">' .
100 - Html::Hidden( 'title', $this->getTitle() ) .
 100+ Html::hidden( 'title', $this->getTitle() ) .
101101 '<b>' . wfMsg( 'username' ) . '</b>
102102 <input type="text" name="user" />
103103 <input type="submit" value="' . wfMsg( 'search' ) . '" />

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87595Xml::hidden() --> Html::hidden()...reedy23:13, 6 May 2011

Status & tagging log