Index: trunk/extensions/SocialProfile/UserProfile/UserProfilePage.php |
— | — | @@ -850,7 +850,11 @@ |
851 | 851 | if ( $wgUserLevels ) { |
852 | 852 | $output .= '<div id="points-level"> |
853 | 853 | <a href="' . $level_link->escapeFullURL() . '">' . |
854 | | - wfMsgExt( 'user-profile-points', 'parsemag', $stats_data['points'] ) . |
| 854 | + wfMsgExt( |
| 855 | + 'user-profile-points', |
| 856 | + 'parsemag', |
| 857 | + $wgLang->formatNum( $stats_data['points'] ) |
| 858 | + ) . |
855 | 859 | '</a> |
856 | 860 | </div> |
857 | 861 | <div id="honorific-level"> |