[wp-trac] Re: [WordPress Trac] #2372: <a href= changes to <a xhref=
	!
    WordPress Trac 
    wp-trac at lists.automattic.com
       
    Tue Dec 19 03:48:13 GMT 2006
    
    
  
#2372: <a href= changes to <a xhref= !
------------------------+---------------------------------------------------
 Reporter:  carnaticwm  |        Owner:  skeltoac
     Type:  defect      |       Status:  closed  
 Priority:  normal      |    Milestone:  2.1     
Component:  General     |      Version:  2.0.4   
 Severity:  minor       |   Resolution:  fixed   
 Keywords:              |  
------------------------+---------------------------------------------------
Comment (by markjaquith):
 If a TinyMCE upgrade is outside of 2.0.x's scope (and I think that it is),
 we could fix this on the PHP side...
 {{{
 $content = str_replace('<a xhref=', '<a href=', $content);
 }}}
 It's a band-aid, but if TinyMCE isn't going to be upgraded, it may be a
 necessary band-aid.
-- 
Ticket URL: <http://trac.wordpress.org/ticket/2372#comment:24>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
    
    
More information about the wp-trac
mailing list