Added #cscore parser function for grabbing user's contribution score, changes, and pages
This commit is contained in:
@@ -154,7 +154,12 @@ class ContributionScores extends IncludableSpecialPage
|
||||
}
|
||||
|
||||
function showInclude( $par ) {
|
||||
global $wgOut;
|
||||
global $wgOut, $wgContributionScoresDisableCache;
|
||||
|
||||
if($wgContributionScoresDisableCache) {
|
||||
global $wgParser;
|
||||
$wgParser->disableCache();
|
||||
}
|
||||
|
||||
$days = null;
|
||||
$limit = null;
|
||||
|
||||
Reference in New Issue
Block a user