';
$content .= '';
if ($_REQUEST['photo_link'])
$content .= '
';
if ($_REQUEST['content'])
$content = $content . "\n".$_REQUEST['content'];
break;
case "video":
$content = $_REQUEST['content'];
break;
}
$quick['post_content'] = $content;
$post_ID = wp_insert_post($quick, true);
if ( is_wp_error($post_ID) )
wp_die($wp_error);
return $post_ID;
}
function tag_div() { ?>