Opened 21 years ago
Closed 21 years ago
#1254 closed defect (bug) (fixed)
add_ping() never called
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Note: See
TracTickets for help on using
tickets.
Moved it to just one call.