﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
20712	"Wrong data type returned from get_option for ""page_on_front"" after update_option"	tszming		"
{{{
echo gettype(get_option(""page_on_front"")); // return string
update_option(""page_on_front"", ""123"");
echo gettype(get_option(""page_on_front"")); // return integer
}}}


You can repeat the steps and it give consistent result, so `get_option` return the wrong data type ONLY when it is after `update_option`"	defect (bug)	new	normal	Awaiting Review	General	3.3.2	normal		has-patch	
