Index: trunk/extensions/ExtensionFunctions.php |
— | — | @@ -66,6 +66,7 @@ |
67 | 67 | * @param string $file Filename containing the derived class |
68 | 68 | * @param string $name Name of the special page |
69 | 69 | * @param mixed $params Name of the class, or array containing class name and constructor params |
| 70 | + * @deprecated Use $wgSpecialPages and $wgAutoloadClasses |
70 | 71 | */ |
71 | 72 | function extAddSpecialPage( $file, $name, $params ) { |
72 | 73 | global $wgSpecialPages, $wgAutoloadClasses; |