[wp-trac] Re: [WordPress Trac] #9958: Bug with external url's

WordPress Trac wp-trac at lists.automattic.com
Thu May 28 12:49:31 GMT 2009


#9958: Bug with external url's
--------------------------+-------------------------------------------------
 Reporter:  fdi           |       Owner:            
     Type:  defect (bug)  |      Status:  new       
 Priority:  normal        |   Milestone:  Unassigned
Component:  General       |     Version:  2.7.1     
 Severity:  normal        |    Keywords:            
--------------------------+-------------------------------------------------

Comment(by dd32):

 Are you sure all plugins were disabled, And that no caching was running?

 It looks to me that it's due to the Google Analytics plugin to me.

 The HTML differs from what WordPress outputs:
 {{{
 <a href='$url' rel='external nofollow' class='url'>
 }}}

 Whilst yours reads:
 {{{
 <a href="http://www.seosarao.com/' rel='external nofollow"
 onclick="javascript:urchinTracker('/outbound/commentauthor/www.seosarao.com');"
 class='url'>
 }}}

 Note specifically that the first quotation mark in your code differs from
 that of WordPress's.. Given that the GA plugin modifies the HTML to add
 the onclick.. i'm pretty sure thats your problem..

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


More information about the wp-trac mailing list