r23949 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23948‎ | r23949 | r23950 >
Date:11:01, 10 July 2007
Author:robchurch
Status:old
Tags:
Comment:
(bug 8584) Mention dependence upon ExtensionFunctions.php
Modified paths:
  • /trunk/extensions/ExpandTemplates/ExpandTemplates.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ExpandTemplates/ExpandTemplates.php
@@ -3,7 +3,10 @@
44 ?>
55 <p>This is the ExpandTemplates extension. To enable it, put </p>
66 <pre>require_once("$IP/extensions/ExpandTemplates/ExpandTemplates.php");</pre>
7 -<p>at the bottom of your LocalSettings.php</p>
 7+<p>at the bottom of your LocalSettings.php.</p>
 8+<p>This extension also requires
 9+<tt><a href="http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/ExtensionFunctions.php">
 10+ExtensionFunctions.php</a></tt>.</p>
811 <?php
912 exit(1);
1013 }

Status & tagging log