#2614 closed defect (bug) (duplicate)
wptexturize screwing some urls
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.1 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
wptexturize screwing some urls, the line in wptexturize is:
$curl = preg_replace('/(\d+)x(\d+)/', "$1×$2", $curl);
for some urls like http://4x4blah.com/ etc., it replaces the 'x' with ×, which obviously screws up some links. So urls should not be filtered through that func or remove that line...
Change History (4)
Note: See
TracTickets for help on using
tickets.
Specifically the bloginfo filter passes all bloginfo calls through wptexturize ...