https://bugzilla.wikimedia.org/show_bug.cgi?id=19450

           Summary: use formatnum for "Number of edits"
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: User preferences
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Please format "Number of edits" in Preferences.

Preferences.php:
 $defaultPreferences['editcount'] =
                array(
                    'type' => 'info',
                    'label-message' => 'prefs-edits',
-                   'default' => $user->getEditCount(),
+                   'default' => $wgLang->formatNum( $user->getEditCount() ),
                    'section' => 'personal/info',
                );

Thanks.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to