Changes between Initial Version and Version 1 of Ticket #38197, comment 3
- Timestamp:
- 04/16/2017 09:55:07 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38197, comment 3
initial v1 3 3 I'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 : 4 4 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 ? 6 6 * Return an array of pinged URL or a `WP_Error` if at leat one failed ?