示例#1
0
/**
 * @deprecated Use Shopp::convert_unit()
 **/
function convert_unit($value = 0, $unit, $from = false)
{
    return Shopp::convert_unit($value, $unit, $from);
}