Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#1254 closed defect (bug) (fixed)

add_ping() never called

Reported by: mdawaffe's profile mdawaffe Owned by: matt's profile matt
Milestone: Priority: normal
Severity: minor Version: 1.5.1
Component: General Keywords:
Focuses: Cc:

Description

When pingbacks are sent, their information never gets stored in $wpdb->posts.pinged. Logging pingbacks show that all pingbacks produce IXR_Error(48, 'The pingback has already been registered.') _even when pingbacks are actually sent_.

This suggests that the pingback sending function is getting called twice: once when the pingback is sent, and once to test to see if a pingback has been sent (which, naturally, will always be the case).

Change History (3)

#1 @mdawaffe
19 years ago

  • Patch set to No

#2 @ryan
19 years ago

  • Owner changed from anonymous to matt
  • Status changed from new to assigned

#3 @matt
19 years ago

  • fixed_in_version set to 1.5.1
  • Resolution changed from 10 to 20
  • Status changed from assigned to closed

Moved it to just one call.

Note: See TracTickets for help on using tickets.