﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
20018	Typo in new wptexturize() pattern	danielbachhuber	nacin	"In r19795, the following:

{{{$dynamic[ '/\'([\s.]|\Z)/'             ] = $closing_single_quote . '$2'; // closing single quote}}}

should instead be:

{{{$dynamic[ '/\'([\s.]|\Z)/'             ] = $closing_single_quote . '$1'; // closing single quote}}}

The former removes the space from after the new pretty single quote"	defect (bug)	closed	normal	3.4	Formatting		normal	fixed		nacin
