[wp-trac] [WordPress Trac] #15968: Shortcode parser includes quotes in attribute value

WordPress Trac wp-trac at lists.automattic.com
Thu Dec 23 16:12:21 UTC 2010


#15968: Shortcode parser includes quotes in attribute value
----------------------------------------+------------------------------
 Reporter:  tomaugerdotcom@…            |       Owner:
     Type:  defect (bug)                |      Status:  new
 Priority:  normal                      |   Milestone:  Awaiting Review
Component:  Shortcodes                  |     Version:  3.0.3
 Severity:  major                       |  Resolution:
 Keywords:  shortcode, parsing, quotes  |
----------------------------------------+------------------------------

Comment (by tomaugerdotcom@…):

 Can be fixed by changing line 229 of shortcodes.php to this:

 {{{
 $text = preg_replace("/[\x{00a0}\x{200b}]+/u", " ",
 htmlspecialchars_decode($text));
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15968#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list