﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
23271,show_option_none_value is not used when using wp_dropdown_pages,titan21,,"According to the document ion at http://codex.wordpress.org/Function_Reference/wp_dropdown_pages. We should be able to specify use the following:


{{{
		wp_dropdown_pages(array(
				""post_type""=>""page"",
				""show_option_none"" => ""--Not Selected--"",
				""show_option_none_value"" => ""notselected""				));
}}}

When the html is output, we should expect that the <option> with the text ""--Not Selected--"" should have a value attribute of ""notselected"". The value attribute is output but not the value:


{{{
<option value="""">--Not Selected--</option>
}}}


I have tried this with pages and a custom post type which results in the same issue.

Could someone confirm this is a valid bug?",defect (bug),closed,normal,,WordPress.org site,,normal,invalid,,tim.smith@… kovshenin
