class.json-api-endpoints.php 1 location
|
@@ 1267-1269 (lines=3) @@
|
| 1264 |
|
} |
| 1265 |
|
} |
| 1266 |
|
|
| 1267 |
|
if ( $media_item->post_parent > 0 ) { |
| 1268 |
|
$response['meta']->links->parent = (string) $this->links->get_post_link( $this->api->get_blog_id_for_output(), $media_item->post_parent ); |
| 1269 |
|
} |
| 1270 |
|
|
| 1271 |
|
return (object) $response; |
| 1272 |
|
} |
sal/class.json-api-post-base.php 1 location
|
@@ 637-639 (lines=3) @@
|
| 634 |
|
} |
| 635 |
|
} |
| 636 |
|
|
| 637 |
|
if ( $media_item->post_parent > 0 ) { |
| 638 |
|
$response['meta']->links->parent = (string) $this->links->get_post_link( $this->site->blog_id, $media_item->post_parent ); |
| 639 |
|
} |
| 640 |
|
|
| 641 |
|
return (object) $response; |
| 642 |
|
} |