Extension:ExtensionFunctions.php
From MediaWiki.org
|
Release status: unknown |
|
|---|---|
| Implementation | Special page |
| Description | An extension to provide common functions for other extensions |
| License | No license specified |
| Download | SVN |
|
check usage (experimental) |
|
This extension contains functions useful to extensions, which work regardless of the version of the MediaWiki core.
[edit] Description
ExtensionFunctions.php is a (rather useless) meta-include that Tim Starling introduced when he migrated a lot of extensions to a new special page call format between MediaWiki 1.6 and 1.7. Certain extensions that aren't directly cross-compatible with both (I personally, for instance, try to make mine work without it) require it.
It can be found in the Subversion repository in the path given above, or downloaded over the web.
For the source code see;