Index: trunk/extensions/Translate/groups/Wikiblame.php |
— | — | @@ -19,7 +19,12 @@ |
20 | 20 | public function getPath() { return $this->fileDir; } |
21 | 21 | public function setPath( $value ) { $this->fileDir = $value; } |
22 | 22 | |
23 | | - protected $optional = array(); |
| 23 | + protected $optional = array( |
| 24 | + 'text_dir', |
| 25 | + 'messages\\x5b\'manual_link\'\\x5d', |
| 26 | + 'messages\\x5b\'contact_link\'\\x5d', |
| 27 | + 'messages\\x5b\'lang_example\'\\x5d', |
| 28 | + ); |
24 | 29 | |
25 | 30 | public $header = '<?php |
26 | 31 | /** Wikiblame |