Ticket #4289 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

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

Reported by: mdawaffe Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: Administration Version: 2.3
Severity: normal Keywords: has-patch
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

4289.diff (0.7 kB) - added by mdawaffe on 05/18/07 21:26:56.

Change History

05/18/07 21:26:56 changed by mdawaffe

  • attachment 4289.diff added.

06/27/07 15:19:52 changed by pishmishy

  • keywords set to has-patch.

06/27/07 23:28:37 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

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