﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
4166	Fix mktime() inside mysql2date() in wp-includes/functions.php	josephscott	rob1n	All of the parameters to mktime() are supposed to be of type int.  The problem is that substr() is being used to provide each parameter and it returns a string, not an int.  This isn't fatal because PHP will do the conversion for you, but it does through a warning.  The simple way to deal with this is to cast all of the substr() calls to int.	defect (bug)	closed	low	2.2	General	2.2	minor	fixed	has-patch commit	
