Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61639


Ignore:
Timestamp:
07/12/2024 08:38:24 AM (20 months ago)
Author:
youknowriad
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61639 – Description

    initial v1  
    33When using the /posts or /pages, REST API, for private posts or pages, you get the following title property:
    44
    5 ```
     5
     6{{{
    67title: { raw: "Some title", rendered: "Private: Some title" }
    7 ```
     8}}}
    89
    910I 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.