diff --git src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
index ea0375e10d..8fe88fd3f7 100644
|
|
|
class WP_REST_Posts_Controller extends WP_REST_Controller { |
| 1860 | 1860 | 'href' => rest_url( $base ), |
| 1861 | 1861 | ), |
| 1862 | 1862 | 'about' => array( |
| 1863 | | 'href' => rest_url( 'wp/v2/types/' . $this->post_type ), |
| | 1863 | 'href' => rest_url( 'wp/v2/types/' . $this->post_type ), |
| | 1864 | 'embeddable' => true, |
| 1864 | 1865 | ), |
| 1865 | 1866 | ); |
| 1866 | 1867 | |