function ivanhoe_move_source_meta_box($post=null)
{
    $post = (is_null($post)) ? get_post() : $post;

    // Add an nonce field so we can check for it later.