示例#1
0
function cap_byline($type)
{
    global $post;
    #print "In cap_byline for $type<br>\n";
    echo get_cap_byline($type, $post->ID);
}
function cap_byline($type)
{
    global $post;
    echo get_cap_byline($type, $post->ID);
}