Index: trunk/extensions/BatchUserRights/BatchUserRights.i18n.php |
— | — | @@ -409,3 +409,4 @@ |
410 | 410 | 'batchuserrights' => '批处理的用户权限', |
411 | 411 | 'batchuserrights-desc' => '允许将一个或多个用户添加到一个操作中的一个组', |
412 | 412 | ); |
| 413 | + |
Index: trunk/extensions/BatchUserRights/BatchUserRights.php |
— | — | @@ -15,8 +15,9 @@ |
16 | 16 | |
17 | 17 | // Extension credits that will show up on Special:Version |
18 | 18 | $wgExtensionCredits['specialpage'][] = array( |
| 19 | + 'path' => __FILE__, |
19 | 20 | 'name' => 'BatchUserRights', |
20 | | - 'version' => '1.1', |
| 21 | + 'version' => '1.1.1', |
21 | 22 | 'author' => '[http://www.seancolombo.com Sean Colombo]', |
22 | 23 | 'descriptionmsg' => 'batchuserrights-desc', |
23 | 24 | 'url' => 'http://www.mediawiki.org/wiki/Extension:BatchUserRights', |