示例#1
0
/**
 * @deprecated Use Shopp::rss()
 **/
function shopp_rss($data)
{
    return Shopp::rss($data);
}