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: | murky | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Feeds | Version: | |
| Severity: | normal | Keywords: | needs-patch reporter-feedback |
| Cc: | Focuses: |
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)
#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 2.5 → 2.6
Patch needs testing. Moving to 2.6 for now and marking for test.
#10
@
17 years ago
- Component Administration → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is my first ever wordpress core patch submission! It aims to fix a problem I had with ampersands when syndicating feeds.