wp_dropdown_users() to include null value

Use ‘show_option_none’ argument for this.

wp_dropdown_users( array('show_option_none'        => __('No user selected') ) );