﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
9058	Unescaped single quote like character within a string	phsab	rmccue	"This was first reported to the WP MU dev team (#886), but donncha suggested to submit this to the WP dev team. So here it is....

While translating WP MU poedit stumbled over an unescaped single quote-like character within a string. It can be found at line 3429 in wp-admin/includes/template.php

<snip>...a module you’ll notice...</snip>

It may remain unnoticed, but that will depend on your language-setting.

Solution is to change it into:

<snip>...a module you\'ll notice...</snip> "	defect (bug)	closed	normal	2.8	I18N		normal	fixed	has-patch	
