https://bugzilla.wikimedia.org/show_bug.cgi?id=65037
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy Priority|Unprioritized |Normal Severity|normal |enhancement --- Comment #1 from Sam Reed (reedy) <[email protected]> --- class Foobar extends ResourceLoaderWikiModule { /** * @param $context ResourceLoaderContext * @return array */ protected function getPages( ResourceLoaderContext $context ) { return array( 'MediaWiki:MobileApp.css' => array( 'type' => 'style' ), ); } } $wgAutoloadClasses['Foobar'] = $dir . 'SyntaxHighlight_GeSHi.local.php'; $wgResourceModules['ext.foo.bar'] = array( 'class' => 'Foobar ' ); -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
