[wp-trac] [WordPress Trac] #20418: make_clickable() should not operate on links in attributes.

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 11 21:10:58 UTC 2012


#20418: make_clickable() should not operate on links in attributes.
--------------------------+-------------------
 Reporter:  ryan          |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  3.4
Component:  Formatting    |    Version:  3.3.1
 Severity:  normal        |   Keywords:
--------------------------+-------------------
 make_clickable() turns this:

 {{{
 <a href="http://example.com/example.gif" title="Image from
 http://example.com">Look at this image!</a>
 }}}

 into this:

 {{{
 <a href="http://example.com/example.gif" title="Image from <a
 href="http://example.com" rel="nofollow">http://example.com</a>">Look at
 this image!</a>
 }}}

 It should not.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/20418>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list