Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#9958 closed defect (bug) (invalid)

Bug with external url's

Reported by: fdi's profile fdi Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.7.1
Component: General Keywords: reporter-feedback
Focuses: Cc:

Description

Example: http://www.mariarosadiez.com/seosarao-o-el-arte-del-buen-rollo/#comment-34928

Like you see, WP converts external urls with errors: http://www.seosarao.com/'%20rel='external%20nofollow

It is not from template (this happens with default theme as well). It is not for pluggins (not pluggings installed while testing the bug).

Thanks
María Rosa Diez

Change History (5)

#1 @fdi
15 years ago

Note : I have reinstall WP 2.7.1 and the problem follows there.

#2 @dd32
15 years ago

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..

#3 @dd32
15 years ago

  • Keywords reporter-feedback added

#4 @Denis-de-Bernardy
15 years ago

  • Milestone Unassigned deleted
  • Resolution set to invalid
  • Status changed from new to closed

it's due to his GA plugin.

#5 @fdi
15 years ago

Denis,

I was sure that every plugging were disable.. but I have disable GA pluging now again and it works fine.

You know, Murphy is my reader :)

Thanks!

María Rosa

Note: See TracTickets for help on using tickets.