Manual:$wgSkinExtensionFunctions
From MediaWiki.org
|
|
This feature has been deprecated and should not be used with current versions of MediaWiki. This feature was deprecated (or possibly removed completely) in version 1.18. |
| Extensions: $wgSkinExtensionFunctions | |
|---|---|
| Extension functions for initialisation of skins. |
|
| Introduced in version: | 1.4.0 (r4934) |
| Removed in version: | 1.18 (r87487) |
| Allowed values: | |
| Default value: | array() |
Other settings: Alphabetical | By Function
[edit] Details
Used to load "skin" related extensions. The modules are loaded pretty much in the same way as the default extensions functions.
The list is processed in file 'Setup.php', somewhat earlier than $wgExtensionFunctions.