[wp-trac] Re: [WordPress Trac] #3621: wpautop() should not break up
 script and object tags
    WordPress Trac 
    wp-trac at lists.automattic.com
       
    Fri Mar  2 17:55:40 GMT 2007
    
    
  
#3621: wpautop() should not break up script and object tags
--------------------------+-------------------------------------------------
 Reporter:  Viper007Bond  |        Owner:  anonymous
     Type:  defect        |       Status:  new      
 Priority:  normal        |    Milestone:  2.2      
Component:  General       |      Version:  2.1      
 Severity:  normal        |   Resolution:           
 Keywords:  needs-patch   |  
--------------------------+-------------------------------------------------
Comment (by mm6):
 New output with wpautop_dont_break_script_object.patch:
 In:
 {{{
 Test<object><param name="text" value="test" /></object>test
 }}}
 Out:
 {{{
 <p>Test<object>
 <param name="text" value="test" /></object>test</p>
 }}}
-- 
Ticket URL: <http://trac.wordpress.org/ticket/3621#comment:6>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
    
    
More information about the wp-trac
mailing list