Example #1
0
function avatar_poster($default = TRUE)
{
    echo get_avatar_poster($default);
}
Example #2
0
/**
 * Inserts the author's avatar
 * @param bool $default Use default avatars if no avatar is present? Defaults to true
 * @author John Wells
 */
function avatar_poster()
{
    echo get_avatar_poster();
}