Index: trunk/extensions/Configure/Configure.settings-core.php |
— | — | @@ -669,18 +669,18 @@ |
670 | 670 | 'wgAutoloadClasses' => 'array', |
671 | 671 | 'wgAvailableRights' => 'array', |
672 | 672 | 'wgDisableInternalSearch' => 'bool', |
673 | | - 'wgExceptionHooks' => 'array', |
| 673 | +# 'wgExceptionHooks' => 'array', |
674 | 674 | 'wgExtensionAliasesFiles' => 'array', |
675 | 675 | 'wgExtensionCredits' => 'array', |
676 | | - 'wgExtensionFunctions' => 'array', |
| 676 | +# 'wgExtensionFunctions' => 'array', |
677 | 677 | 'wgExtensionMessagesFiles' => 'array', |
678 | 678 | 'wgExternalStores' => 'array', |
679 | | - 'wgHooks' => 'array', |
| 679 | +# 'wgHooks' => 'array', |
680 | 680 | 'wgPagePropLinkInvalidations' => 'array', |
681 | | - 'wgParserOutputHooks' => 'array', |
682 | | - 'wgSpecialPageCacheUpdates' => 'array', |
| 681 | +# 'wgParserOutputHooks' => 'array', |
| 682 | +# 'wgSpecialPageCacheUpdates' => 'array', |
683 | 683 | 'wgSpecialPages' => 'array', |
684 | | - 'wgSkinExtensionFunctions' => 'array', |
| 684 | +# 'wgSkinExtensionFunctions' => 'array', |
685 | 685 | ), |
686 | 686 | ), |
687 | 687 | 'search' => array( |