Changeset 60916 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
- Timestamp:
- 10/08/2025 10:49:22 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
r60908 r60916 1023 1023 1024 1024 if ( ! empty( $post ) ) { 1025 $links[' post'] = array(1025 $links['https://api.w.org/attached-to'] = array( 1026 1026 'href' => rest_url( rest_get_route_for_post( $post ) ), 1027 1027 'embeddable' => true,
Note: See TracChangeset
for help on using the changeset viewer.