[wp-trac] Re: [WordPress Trac] #3228: make_clickable() doesn't make all links clickable

WordPress Trac wp-trac at lists.automattic.com
Fri Oct 13 03:37:12 GMT 2006


#3228: make_clickable() doesn't make all links clickable
----------------------+-----------------------------------------------------
 Reporter:  mdawaffe  |        Owner:  markjaquith
     Type:  defect    |       Status:  assigned   
 Priority:  normal    |    Milestone:  2.0.5      
Component:  Template  |      Version:             
 Severity:  normal    |   Resolution:             
 Keywords:            |  
----------------------+-----------------------------------------------------
Comment (by markjaquith):

 And just to outline the problem that necessitated the change from old to
 new, and the problem introduced by new:

 Input:

 {{{
 <p><a href="http://example.com/">http://example.com/</a></p>
 <p>http://example.com</p>
 }}}

 Old:

 {{{
 <p><a href="http://example.com/"><a href='http://example.com/'
 rel='nofollow'>http://example.com/</a></a></p>
 <p><a href='http://example.com' rel='nofollow'>http://example.com</a></p>
 }}}

 New:

 {{{
 <p><a href="http://example.com/">http://example.com/</a></p>
 <p>http://example.com</p>
 }}}

 Proposed:

 {{{
 <p><a href="http://example.com/">http://example.com/</a></p>
 <p><a href='http://example.com' rel='nofollow'>http://example.com</a></p>
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3228#comment:5>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list