Index: trunk/extensions/AddThis/AddThis.php |
— | — | @@ -5,11 +5,12 @@ |
6 | 6 | * http://www.mediawiki.org/wiki/Extension:AddThis |
7 | 7 | * |
8 | 8 | * @addtogroup Extensions |
9 | | - * @author Gregory Varnum |
| 9 | + * @author Gregory Varnum, significant contributions by Johnduhart |
10 | 10 | * @license GPL |
11 | 11 | * |
12 | 12 | * Loosely based on the Google Translator extension by Joachim De Schrijver |
13 | | - * Thank you to Johnduhart for feedback |
| 13 | + * Thank you to Unikum111 for Russian translation, bug reporting and feedback |
| 14 | + * Thank you to Johnduhart for feedback and cleaning up code |
14 | 15 | */ |
15 | 16 | |
16 | 17 | /** |
— | — | @@ -178,7 +179,7 @@ |
179 | 180 | $wgExtensionCredits['other'][] = array( |
180 | 181 | 'name' => 'AddThis', |
181 | 182 | 'version' => '1.0f', |
182 | | - 'author' => '[http://en.wikipedia.org/wiki/User:Varnent Gregory Varnum]', |
| 183 | + 'author' => '[http://en.wikipedia.org/wiki/User:Varnent Gregory Varnum] (Contributions by [http://www.mediawiki.org/wiki/User:Johnduhart John Du Hart])', |
183 | 184 | 'description' => 'Adds [http://www.addthis.com AddThis button] to the sidebar and page header', |
184 | 185 | 'descriptionmsg' => 'addthis-desc', |
185 | 186 | 'url' => 'http://www.mediawiki.org/wiki/Extension:AddThis', |