sal/class.json-api-post-base.php 1 location
|
@@ 679-681 (lines=3) @@
|
676 |
|
} |
677 |
|
} |
678 |
|
|
679 |
|
if ( $media_item->post_parent > 0 ) { |
680 |
|
$response['meta']->links->parent = (string) $this->links->get_post_link( $this->site->get_id(), $media_item->post_parent ); |
681 |
|
} |
682 |
|
|
683 |
|
return (object) $response; |
684 |
|
} |
class.json-api-endpoints.php 1 location
|
@@ 1474-1476 (lines=3) @@
|
1471 |
|
} |
1472 |
|
} |
1473 |
|
|
1474 |
|
if ( $media_item->post_parent > 0 ) { |
1475 |
|
$response['meta']->links->parent = (string) $this->links->get_post_link( $this->api->get_blog_id_for_output(), $media_item->post_parent ); |
1476 |
|
} |
1477 |
|
|
1478 |
|
return (object) $response; |
1479 |
|
} |