[wp-trac] [WordPress Trac] #6562: Visual Editor preserves multiple sequential spaces, fouls up shortcode parsing
WordPress Trac
noreply at wordpress.org
Wed Jul 10 16:08:39 UTC 2013
#6562: Visual Editor preserves multiple sequential spaces, fouls up shortcode
parsing
--------------------------+------------------------------
Reporter: markjaquith | Owner: anonymous
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: TinyMCE | Version: 2.5
Severity: normal | Resolution:
Keywords: needs-patch |
--------------------------+------------------------------
Comment (by daveagp):
I think this is fixed now due to the line
{{{ $text = preg_replace("/[\x{00a0}\x{200b}]+/u", " ", $text); }}}
in shortcodes.php
--
Ticket URL: <http://core.trac.wordpress.org/ticket/6562#comment:17>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list