README: Update entry point
ULS is now using wfLoadExtensions entry point. Change-Id: I102e5b09bc44e41210b5398de2335b3a5ac0ba28
This commit is contained in:
2
README
2
README
@@ -20,7 +20,7 @@ See GPL-LICENSE and MIT-LICENSE for details.
|
|||||||
For a very, very quick start add the following lines to LocalSettings.php of
|
For a very, very quick start add the following lines to LocalSettings.php of
|
||||||
your MediaWiki setup:
|
your MediaWiki setup:
|
||||||
|
|
||||||
require_once "$IP/extensions/UniversalLanguageSelector/UniversalLanguageSelector.php";
|
wfLoadExtension( 'UniversalLanguageSelector' );
|
||||||
|
|
||||||
By default, ULS will appear at personal toolbar position. If you want ULS at
|
By default, ULS will appear at personal toolbar position. If you want ULS at
|
||||||
interlanguage position, add the following line:
|
interlanguage position, add the following line:
|
||||||
|
|||||||
Reference in New Issue
Block a user