r41796 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41795‎ | r41796 | r41797 >
Date:07:12, 7 October 2008
Author:siebrand
Status:old
Tags:
Comment:
Mark extAddSpecialPage deprecated.
Modified paths:
  • /trunk/extensions/ExtensionFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ExtensionFunctions.php
@@ -66,6 +66,7 @@
6767 * @param string $file Filename containing the derived class
6868 * @param string $name Name of the special page
6969 * @param mixed $params Name of the class, or array containing class name and constructor params
 70+ * @deprecated Use $wgSpecialPages and $wgAutoloadClasses
7071 */
7172 function extAddSpecialPage( $file, $name, $params ) {
7273 global $wgSpecialPages, $wgAutoloadClasses;

Status & tagging log