MediaWiki
REL1_32
Poem.php
Go to the documentation of this file.
1
<?php
2
3
if
( function_exists(
'wfLoadExtension'
) ) {
4
wfLoadExtension
(
'Poem'
);
5
// Keep i18n globals so mergeMessageFileList.php doesn't break
6
$wgMessagesDirs
[
'Poem'
] = __DIR__ .
'/i18n'
;
7
wfWarn
(
8
'Deprecated PHP entry point used for Poem extension. Please use wfLoadExtension instead, '
.
9
'see https://www.mediawiki.org/wiki/Extension_registration for more details.'
10
);
11
return
true
;
12
}
else
{
13
die(
'This version of the Poem extension requires MediaWiki 1.25+'
);
14
}
wfWarn
wfWarn( $msg, $callerOffset=1, $level=E_USER_NOTICE)
Send a warning either to the debug log or in a PHP error depending on $wgDevelopmentWarnings.
Definition
GlobalFunctions.php:1144
wfLoadExtension
wfLoadExtension( $ext, $path=null)
Load an extension.
Definition
GlobalFunctions.php:45
$wgMessagesDirs
$wgMessagesDirs['ReplaceText']
Definition
ReplaceText.php:50
extensions
Poem
Poem.php
Generated on Mon Nov 25 2024 15:56:40 for MediaWiki by
1.10.0