mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PdfHandler
synced 2024-11-24 08:14:37 +00:00
* Remove $wgExtensionCredits['description'] where $wgExtensionCredits['descriptionmsg'] present. This feature was introduced in MediaWiki 1.12, and 'description' is not used if 'descriptionmsg' is present.
* Random indentation updates and trailing whitespace removed
This commit is contained in:
parent
c68a9b5426
commit
ec33d46cfa
|
@ -30,7 +30,6 @@ $wgExtensionCredits['media'][] = array(
|
|||
'path' => __FILE__,
|
||||
'name' => 'PDF Handler',
|
||||
'author' => 'Xarax',
|
||||
'description' => 'Handler for viewing PDF files in image mode',
|
||||
'descriptionmsg' => 'pdf-desc',
|
||||
'url' => 'http://www.mediawiki.org/wiki/Extension:PdfHandler',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue