[wp-trac] Re: [WordPress Trac] #10082: shortcode bug

WordPress Trac wp-trac at lists.automattic.com
Fri Jun 19 11:22:51 GMT 2009


#10082: shortcode bug
-------------------------------+--------------------------------------------
 Reporter:  Denis-de-Bernardy  |       Owner:  petervanderdoes
     Type:  defect (bug)       |      Status:  accepted       
 Priority:  normal             |   Milestone:  2.8.1          
Component:  Shortcodes         |     Version:  2.8            
 Severity:  critical           |    Keywords:                 
-------------------------------+--------------------------------------------

Comment(by petervanderdoes):

 Replying to [comment:5 Denis-de-Bernardy]:
 Forgot the code stuff (grr)
 That will fail something like:

 {{{
 [foo][foo]bar[/foo]
 }}}
  or

 {{{
 [foo]This is not part of shortcode[foo]bar[/bar]
 }}}


 patch-#10082-1.diff will handle the

 {{{
 [[foo]]
 [[foo]bar[/bar]]

 }}}

 and

 {{{
 [[foo]][[foo]bar[/foo]]
 }}}

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


More information about the wp-trac mailing list