Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#4289 closed defect (bug) (fixed)

Pingsbacks should not be sent multiple times if receiving site already has it

Reported by: mdawaffe's profile mdawaffe Owned by:
Milestone: 2.3 Priority: normal
Severity: normal Version: 2.3
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

When WP sends a pingback to a site that already has that pingback registered, WP does not add that site to it's list of "Already Pinged" ($post->pinged). It should.

I'm not sure how edgy this is. It may happend fairly often if the original pingback was marked as spam.

Attachments (1)

4289.diff (721 bytes) - added by mdawaffe 17 years ago.

Download all attachments as: .zip

Change History (3)

@mdawaffe
17 years ago

#1 @pishmishy
17 years ago

  • Keywords has-patch added

#2 @markjaquith
17 years ago

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

(In [5772]) Mark pingback as already pinged when the target site says it already got the pingback. props mdawaffe. fixes #4289

Note: See TracTickets for help on using tickets.