﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
19054	Bug in comment.php	SamMan		"Hello!

I have WP ver. 3.2.1 and think thal line 617 in \wp-includes\comment.php must be correct from
'''extract($commentdata, EXTR_SKIP);
'''to
'''if (is_array($commentdata)) { extract($commentdata, EXTR_SKIP ); }'''

Otherwise we will have error '''sometimes''' when user add comment. The error is:
''Warning: extract() [function.extract]: First argument should be an array in includes\comment.php, line 617.
''This error, for example, has a place when anonymous user try to post too many comments in short time (flood)."	defect (bug)	closed	normal		General		normal	invalid	has-patch	
