コード例 #1
0
ファイル: it-utility.php プロジェクト: jimrucinski/Vine
 public static function print_self_closing_tag($tag_name, $attributes = array())
 {
     echo ITUtility::get_self_closing_tag($tag_name, $attributes);
 }