sal/class.json-api-post-base.php 1 location
|
@@ 673-675 (lines=3) @@
|
| 670 |
|
} |
| 671 |
|
} |
| 672 |
|
|
| 673 |
|
if ( $media_item->post_parent > 0 ) { |
| 674 |
|
$response['meta']->links->parent = (string) $this->links->get_post_link( $this->site->get_id(), $media_item->post_parent ); |
| 675 |
|
} |
| 676 |
|
|
| 677 |
|
return (object) $response; |
| 678 |
|
} |
class.json-api-endpoints.php 1 location
|
@@ 1385-1387 (lines=3) @@
|
| 1382 |
|
} |
| 1383 |
|
} |
| 1384 |
|
|
| 1385 |
|
if ( $media_item->post_parent > 0 ) { |
| 1386 |
|
$response['meta']->links->parent = (string) $this->links->get_post_link( $this->api->get_blog_id_for_output(), $media_item->post_parent ); |
| 1387 |
|
} |
| 1388 |
|
|
| 1389 |
|
return (object) $response; |
| 1390 |
|
} |