Opened 20 years ago
Closed 17 years ago
#3065 closed defect (bug) (worksforme)
Ampersand in URL patch (needed as rss validation failed in a syndicated blog)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Feeds | Keywords: | needs-patch reporter-feedback |
| Focuses: | Cc: |
Description
I have a wordpress installation where I was drawing feeds in from elsewhere, sme of these feeds had & in the wrong places (e.g. urls) and this gave me validation issues.
After much wailing and gnashing of teeth, I patched it. Now, the current trunk is different from my installation, feed-functions.php has been moved into feeds.php for instance, so this patch is slightly different to my installation. I hope that this won't cause an unforeseen problem!
Attachments (2)
Change History (15)
#2
@
20 years ago
- Resolution duplicate deleted
- Status changed from closed to reopened
Reopening, this is the THE ticket.
#4
@
20 years ago
Okay, I've tried the suggestions - not yet tried 'live' though (unlike the original patch). Attaching new patch.
#9
@
18 years ago
- Keywords needs-testing added
- Milestone changed from 2.5 to 2.6
Patch needs testing. Moving to 2.6 for now and marking for test.
#10
@
17 years ago
- Component changed from Administration to Feeds
- Keywords needs-patch added; has-patch needs-testing removed
The_permalink_rss is still being used around, apparently without esc_url(). Might have missed something, though. But it's potentially problematic if permalinks aren't turned on.
This is my first ever wordpress core patch submission! It aims to fix a problem I had with ampersands when syndicating feeds.