r56722 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56721‎ | r56722 | r56723 >
Date:18:04, 21 September 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Add optionals
Modified paths:
  • /trunk/extensions/Translate/groups/Wikiblame.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/Wikiblame.php
@@ -19,7 +19,12 @@
2020 public function getPath() { return $this->fileDir; }
2121 public function setPath( $value ) { $this->fileDir = $value; }
2222
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+ );
2429
2530 public $header = '<?php
2631 /** Wikiblame

Status & tagging log