Opened 4 months ago
Closed 3 months ago
#23217 closed defect (bug) (fixed)
Pingback url array isn't uniqued before pings are sent
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Pings/Trackbacks | Version: | 1.2 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
If you specify the same url in a post more than once, it gets hit with a pingback once for each time it appears. We should only ever ping a link once for a given post. This is easily resolved by performing an array_unique() before doing the pings. Patch attached.
Attachments (1)
Change History (4)
comment:1
SergeyBiryukov — 4 months ago
- Milestone changed from Awaiting Review to 3.6
- Version changed from trunk to 1.2
comment:2
SergeyBiryukov — 4 months ago
- Keywords commit added
comment:3
SergeyBiryukov — 3 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

In 23571: