Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#43 closed defect (bug) (fixed)

pingback_ping() is not using the check for prior pings

Reported by: unbrand's profile unbrand Owned by: michel-v's profile michel v
Milestone: Priority: normal
Severity: minor Version:
Component: XML-RPC Keywords:
Focuses: Cc:

Description

In xmlrpc.php, pingback_ping() around line 1967, there's a check for prior pings to avoid creating a pingback from the same originating server for the same article. Sounds good, but the check is not used. There's an "if (1==1)" that guarantees the pingback insertion code will be executed. This behavior prevents us from calling pingback_ping() more than once for the same article, which I think we want to do for situations where we want to parse a post body more than once (to pick up additional URIs to ping).

Change History (4)

#2 @michel v
19 years ago

  • Owner changed from anonymous to michel v
  • Resolution changed from 10 to 20
  • Status changed from new to closed

Fixed in the new XMLRPC support.

This ticket was mentioned in Slack in #core-passwords by aaroncampbell. View the logs.


8 years ago

Note: See TracTickets for help on using tickets.