MediaWiki REL1_33
SyntaxHighlight_GeSHi.php
Go to the documentation of this file.
1<?php
2if ( function_exists( 'wfLoadExtension' ) ) {
3 wfLoadExtension( 'SyntaxHighlight_GeSHi' );
4 // Keep i18n globals so mergeMessageFileList.php doesn't break
5 $wgMessagesDirs['SyntaxHighlight_GeSHi'] = __DIR__ . '/i18n';
6 wfWarn(
7 'Deprecated PHP entry point used for SyntaxHighlight_GeSHi extension. ' .
8 'Please use wfLoadExtension instead, ' .
9 'see https://www.mediawiki.org/wiki/Extension_registration for more details.'
10 );
11 return;
12} else {
13 die( 'This version of the SyntaxHighlight_GeSHi extension requires MediaWiki 1.32+' );
14}
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
wfWarn( $msg, $callerOffset=1, $level=E_USER_NOTICE)
Send a warning either to the debug log or in a PHP error depending on $wgDevelopmentWarnings.
wfLoadExtension( $ext, $path=null)
Load an extension.
$wgMessagesDirs['ReplaceText']