r81665 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81664‎ | r81665 | r81666 >
Date:00:34, 8 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
minor fix
Modified paths:
  • /trunk/extensions/IncludeWP/INSTALL (modified) (history)

Diff [purge]

Index: trunk/extensions/IncludeWP/INSTALL
@@ -28,10 +28,8 @@
2929 Once you have downloaded the code, place the ''IncludeWP'' and ''Validator'' directories within your
3030 MediaWiki 'extensions' directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file:
3131
32 -<source lang="php">
3332 # IncludeWP
34 -require_once( "$wgExtensionAssetsPath/IncludeWP/IncludeWP.php" );
35 -</source>
 33+require_once( "$IP/extensions/IncludeWP/IncludeWP.php" );
3634
3735 == Configuration ==
3836

Status & tagging log