コード例 #1
0
ファイル: Textsanitizer.php プロジェクト: nao-pon/impresscms
 /**
  * @deprecated use nl2br, instead
  * @todo Remove in version 1.4 - there are no other occurrences in the core
  * Enter description here ...
  * @param $text
  */
 function oopsNl2Br($text)
 {
     icms_core_Debug::setDeprecated('icms_core_DataFilter::nl2br', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
     return icms_core_DataFilter::nl2br($text);
 }