Note that we should handle relative URIs
This commit is contained in:
parent
8edc5148d9
commit
e4892d21b1
@ -106,6 +106,8 @@ class LinkbackPlugin extends Plugin
|
||||
$pb = $this->getPingback($result);
|
||||
if (!empty($pb)) {
|
||||
$this->pingback($result->final_url, $pb);
|
||||
// XXX: Should handle relative-URI resolution in these detections
|
||||
|
||||
} else {
|
||||
$tb = $this->getTrackback($result);
|
||||
if (!empty($tb)) {
|
||||
|
Loading…
Reference in New Issue
Block a user