".wp_oembed_get(get_post_meta(get_the_ID(), 'apricot_video', true), array('height'=>420))."
";
}
else if ( get_post_format()=='audio' && get_post_meta(get_the_ID(), 'apricot_audio', true) )
{
echo "";
}
else if ( get_post_gallery() )
{
if (get_post_format()=='gallery')
{
add_filter( 'the_content', 'apricot_strip_first_content_gallery' );
$gallery = get_post_gallery(get_the_ID(),false);
echo "";
}
}
else if (isset($image[0]))
{
echo "
";
}
?>