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