Index: trunk/extensions/Babel/BabelAutoCreate.class.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | * Create category. |
25 | 25 | * |
26 | 26 | * @param $category String: Name of category to create. |
27 | | - * @param $language String: Code of language that the category is for. |
| 27 | + * @param $code String: Code of language that the category is for. |
28 | 28 | * @param $level String: Level that the category is for. |
29 | 29 | */ |
30 | 30 | public static function create( $category, $code, $level = null ) { |