﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
17343	update_post_meta removes all slashes	5ubliminal	nacin	"'''update_post_meta''' with a new meta_key forwards the call to '''update_metadata''' and then it gets forwarded to '''add_metadata'''.

Funny thing is that both functions '''stripslashes_deep()''' the meta_value so I kind of remain slash-less in the process.


{{{
update_post_meta(1, 'new_meta_key', ""x\\\\y""); // Adds 'xy' instead of 'x\y'
}}}


Am I missing something? This internal slashes abuse scares me. I can't come up with a fix because this slashes fetish is beyond me.

Thanks.

''PS: It happens in 3.1.2 but can't find it in the list.''"	defect (bug)	closed	normal	3.3	Plugins	3.1.1	normal	fixed	has-patch commit	
