[wp-trac] Re: [WordPress Trac] #6969: Don't apply wptexturize() to the insides of shortcode tags

WordPress Trac wp-trac at lists.automattic.com
Mon May 4 17:45:02 GMT 2009


#6969: Don't apply wptexturize() to the insides of shortcode tags
--------------------------+-------------------------------------------------
 Reporter:  Viper007Bond  |       Owner:  tellyworth                          
     Type:  enhancement   |      Status:  new                                 
 Priority:  normal        |   Milestone:  Future Release                      
Component:  Formatting    |     Version:  2.5.1                               
 Severity:  normal        |    Keywords:  needs-patch 2nd-opinion dev-feedback
--------------------------+-------------------------------------------------

Comment(by Denis-de-Bernardy):

 oh, and there might arguably be related bugs in the escape method that
 needs to be fixed, too. specifically, if I write about shortcodes, in
 something like:

 {{{
 <pre>
 [[php foo="bar"]
 echo "foo" . 'bar';
 [/php]]
 </pre>
 }}}

 then the ultimate, expected, final result arguably is:

 {{{
 <pre>
 [php foo=&quot;bar&quot;]
 echo &quot;foo&quot; . 'bar';
 [/php]
 </pre>
 }}}

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


More information about the wp-trac mailing list