mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-24 07:33:49 +00:00
Merge "MW_DATE_DEFAULT -> 'default'"
This commit is contained in:
commit
903f7d6d62
|
@ -135,7 +135,7 @@ class CiteThisPageOutput {
|
|||
function genParserOptions() {
|
||||
global $wgUser;
|
||||
$this->mParserOptions = ParserOptions::newFromUser( $wgUser );
|
||||
$this->mParserOptions->setDateFormat( MW_DATE_DEFAULT );
|
||||
$this->mParserOptions->setDateFormat( 'default' );
|
||||
$this->mParserOptions->setEditSection( false );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue