r76015 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76014‎ | r76015 | r76016 >
Date:16:57, 4 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Fix commenting fail from r76013
Modified paths:
  • /trunk/extensions/SocialProfile/UserProfile/UserProfileClass.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserProfile/UserProfileClass.php
@@ -122,7 +122,7 @@
123123 $month = $dob[1];
124124 $day = $dob[2];
125125 return date( "F jS", mktime( 0, 0, 0, $month, $day ) );
126 - r//eturn $day . ' ' . $wgLang->getMonthNameGen( $month );
 126+ //return $day . ' ' . $wgLang->getMonthNameGen( $month );
127127 }
128128 return $birthday;
129129 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76013Unreachable code, other cleanup...reedy15:02, 4 November 2010

Status & tagging log