https://bugzilla.wikimedia.org/show_bug.cgi?id=43019

       Web browser: ---
            Bug ID: 43019
           Summary: UnicodeConverter extension needs a few small tweaks to
                    $wgExtensionCredits
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Keywords: easy
          Severity: normal
          Priority: Unprioritized
         Component: [other]
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

The UnicodeConverter extension (<>) needs a two small tweaks.

>From [mediawiki/extensions/UnicodeConverter.git] / UnicodeConverter.php
(<https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/UnicodeConverter.git;a=blob;f=UnicodeConverter.php;h=d11b2f87b9b31451458badd589829ab080fce03e;hb=HEAD>):

---
$wgExtensionCredits['specialpage'][] = array(
    'path' => __FILE__,
    'name' => 'Unicode Converter',
    //'version' => '1.1',
    'author' => 'Tim Starling',
    'url' => 'https://www.mediawiki.org/wiki/Extension:UnicodeConvertor',
    'descriptionmsg' => 'unicodeconverter-desc',
);
---

The name here should be "UnicodeConverter", not "Unicode Converter".

And the URL should be
<https://www.mediawiki.org/wiki/Extension:UnicodeConverter>, not
<https://www.mediawiki.org/wiki/Extension:UnicodeConvertor>.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to