﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
22259	Round image EXIF float data.	jcakec	nacin	"Hello,

On changeset 21292 you made some changes to stripslashes as follows: Only run stripslashes() in stripslashes_deep() for strings.

Prior to these changes, when you called wp_read_image_metadata() all values were saved as strings. Now they are saves as the correct type, but as floats are approximations, instead of getting values like 0.0004 we are getting values of 0.0004000000000000000191686944095437183932517655193805694580078125

These values are making some galleries to misbehave with EXIF data, so could we round the values so we don't get these huge numbers, and that way we can still use the current plugins and widgets while the owners update them.

"	defect (bug)	closed	normal	3.5	Media	3.5	normal	fixed	has-patch	
