コード例 #1
0
ファイル: Language.php プロジェクト: nanasess/mediawiki
 /**
  * Put custom tags (e.g. -{ }-) around math to prevent conversion
  *
  * @param string $text
  * @return string
  * @deprecated since 1.22 is no longer used
  */
 public function armourMath($text)
 {
     return $this->mConverter->armourMath($text);
 }