mirror of
git://develop.git.wordpress.org/
synced 2025-04-30 08:58:29 +02:00
Docs: Add a @since
note to WP_REST_Post_Types_Controller::get_item_schema()
for the supports
and visibility
properties.
The `taxonomies` and `rest_base` properties were also added after the method was initially introduced, but that happened during the same release cycle, so they don't need a separate `@since` note. Follow-up to [38832], [39097], [39191], [39647], [51959]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@51961 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
07ad6efdf7
commit
045bec51a4
@ -268,6 +268,8 @@ class WP_REST_Post_Types_Controller extends WP_REST_Controller {
|
||||
* Retrieves the post type's schema, conforming to JSON Schema.
|
||||
*
|
||||
* @since 4.7.0
|
||||
* @since 4.8.0 The `supports` property was added.
|
||||
* @since 5.9.0 The `visibility` property was added.
|
||||
*
|
||||
* @return array Item schema data.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user