示例#1
0
/**
 * @todo Document
 */
function the_feed_id($id = -1)
{
    echo get_the_feed_id($id);
}
示例#2
0
/**
 * @todo Document
 */
function the_feed_id()
{
    echo get_the_feed_id();
}