r47693 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47692‎ | r47693 | r47694 >
Date:23:19, 22 February 2009
Author:ashley
Status:ok (Comments)
Tags:
Comment:
SocialProfile: fix
Modified paths:
  • /trunk/extensions/SocialProfile/UserProfile/UserProfilePage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserProfile/UserProfilePage.php
@@ -483,7 +483,7 @@
484484
485485 if ( $this->isOwner() ) {
486486 $output .= $wgLang->pipeList( array(
487 - '<a href="' . $update_profile->escapeFullURL() . '">' . wfMsg( 'user-edit-profile ') . '</a>',
 487+ '<a href="' . $update_profile->escapeFullURL() . '">' . wfMsg( 'user-edit-profile' ) . '</a>',
488488 '<a href="' . $upload_avatar->escapeFullURL() . '">' . wfMsg( 'user-upload-avatar' ) . '</a>',
489489 '<a href="' . $watchlist->escapeFullURL() . '">' . wfMsg( 'user-watchlist' ) . '</a>',
490490 ''

Comments

#Comment by Siebrand (talk | contribs)   23:21, 22 February 2009

Ouch. I had a really hard time spotting what was changed here :) Nice catch.

Status & tagging log