r63403 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63402‎ | r63403 | r63404 >
Date:18:01, 8 March 2010
Author:ashley
Status:deferred
Tags:
Comment:
SocialProfile: add a comment, since "for referencing purposes" isn't exactly the most helpful comment there is...
Modified paths:
  • /trunk/extensions/SocialProfile/UserStats/UserStatsClass.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserStats/UserStatsClass.php
@@ -37,7 +37,9 @@
3838 $wgNamespacesForEditPoints = array( 0 );
3939
4040 class UserStatsTrack {
 41+
4142 // for referencing purposes
 43+ // key: statistic name in wgUserStatsPointValues -> database column name
4244 var $stats_fields = array(
4345 'edit' => 'stats_edit_count',
4446 'vote' => 'stats_vote_count',

Status & tagging log