コード例 #1
0
ファイル: Core.php プロジェクト: BlessySoftwares/anvelocom
/**
 * @deprecated Use Shopp::convert_unit()
 **/
function convert_unit($value = 0, $unit, $from = false)
{
    return Shopp::convert_unit($value, $unit, $from);
}