Merge "Kill reference to $wgPageProps"

This commit is contained in:
jenkins-bot 2015-02-20 23:56:12 +00:00 committed by Gerrit Code Review
commit b4999fc40b

View file

@ -47,9 +47,6 @@ $wgExtensionFunctions[] = 'TemplateDataHooks::onSetup';
// Register APIs
$wgAPIModules['templatedata'] = 'ApiTemplateData';
// Register page properties
$wgPageProps['templatedata'] = 'Content of <templatedata> tag';
// Register modules
$wgResourceModules['ext.templateData'] = array(
'styles' => 'resources/ext.templateData.css',