Opened 8 years ago

Closed 8 years ago

#1729 closed defect (bug) (fixed)

Double-dash in blog URL gets replaced with long dash (bloginfo)

Reported by: Viper007Bond Owned by: ryan
Priority: high Milestone:
Component: Administration Version: 1.5.2
Severity: critical Keywords:
Cc:

Description

If -- is used in the blog URL, WordPress replaces with a – aka – when called via bloginfo(). bloginfo() shouldn't wptexturize() the URL outputs.

Reported here: http://wordpress.org/support/topic/46086

Change History (4)

This is the same as #1545 I think.

comment:2   ryan8 years ago

  • Owner changed from anonymous to ryan

Yes, same root cause. We shouldn't texturize URIs.

Bah, I searched before making this ticket, but didn't see that one.

comment:4   ryan8 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2935]) Don't run bloginfo filters on URIs. fixes #1545 #1410 #1729

Note: See TracTickets for help on using tickets.