Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #38197, comment 3


Ignore:
Timestamp:
04/16/2017 09:55:07 PM (7 years ago)
Author:
shulard
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38197, comment 3

    initial v1  
    33I'm actually trying to make a patch for that ticket, but can't find a clean way to handle this. The `pingback` function can ping multiple URLs in one call, how the return value can be consistent with that :
    44
    5 * Always return an array of found URL as key and true / `WP_Error` if URL was pinged successfully or not ?
     5* Always return an array of found URL as key and `true` / `WP_Error` if URL was pinged successfully or not ?
    66* Return an array of pinged URL or a `WP_Error` if at leat one failed ?