Kill reference to $wgPageProps

Apparently it hasn't existed since 2010.

Change-Id: I34ee6b0d2b95f1dbdf778585c3d6ef5ba3eeed64
This commit is contained in:
James D. Forrester 2015-02-20 15:53:33 -08:00
parent cda06241f1
commit 4596eb2e49

View file

@ -41,9 +41,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',