Changes between Initial Version and Version 1 of Ticket #61639
- Timestamp:
- 07/12/2024 08:38:24 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61639 – Description
initial v1 3 3 When using the /posts or /pages, REST API, for private posts or pages, you get the following title property: 4 4 5 ``` 5 6 {{{ 6 7 title: { raw: "Some title", rendered: "Private: Some title" } 7 ``` 8 }}} 8 9 9 10 I would like to understand more why did we decide to prefix the rendered titles here knowing that we already have the information about the status separately.