Merge "Remove hitcounters and associated code"
[lhc/web/wiklou.git] / includes / parser / Parser.php
index bcef8bc..95cef5d 100644 (file)
@@ -3158,10 +3158,6 @@ class Parser {
                        case 'numberofedits':
                                $value = $pageLang->formatNum( SiteStats::edits() );
                                break;
-                       case 'numberofviews':
-                               global $wgDisableCounters;
-                               $value = !$wgDisableCounters ? $pageLang->formatNum( SiteStats::views() ) : '';
-                               break;
                        case 'currenttimestamp':
                                $value = wfTimestamp( TS_MW, $ts );
                                break;