mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-15 02:03:58 +00:00
Merge "Uncomment wfWarn in deprecated PHP entry point"
This commit is contained in:
commit
c3b57065b5
|
@ -12,11 +12,11 @@ if ( function_exists( 'wfLoadExtension' ) ) {
|
|||
wfLoadExtension( 'TitleBlacklist' );
|
||||
// Keep i18n globals so mergeMessageFileList.php doesn't break
|
||||
$wgMessagesDirs['TitleBlacklist'] = __DIR__ . '/i18n';
|
||||
/* wfWarn(
|
||||
wfWarn(
|
||||
'Deprecated PHP entry point used for TitleBlacklist extension. ' .
|
||||
'Please use wfLoadExtension instead, ' .
|
||||
'see https://www.mediawiki.org/wiki/Extension_registration for more details.'
|
||||
); */
|
||||
);
|
||||
return;
|
||||
} else {
|
||||
die( 'This version of the TitleBlacklist extension requires MediaWiki 1.25+' );
|
||||
|
|
Loading…
Reference in a new issue