Docs: Add missing @since tags for item_link and item_link_description post type and taxonomy labels.

Follow-up to [50527].

See #52688.
Built from https://develop.svn.wordpress.org/trunk@50529


git-svn-id: http://core.svn.wordpress.org/trunk@50142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2021-03-13 10:25:06 +00:00
parent fb8c18e541
commit cb55990e50
5 changed files with 9 additions and 4 deletions

View File

@@ -362,7 +362,7 @@ class WP_REST_Block_Types_Controller extends WP_REST_Controller {
return $this->add_additional_fields_schema( $this->schema );
}
//rest_validate_value_from_schema doesn't understand $refs, pull out reused definitions for readability.
// rest_validate_value_from_schema doesn't understand $refs, pull out reused definitions for readability.
$inner_blocks_definition = array(
'description' => __( 'The list of inner blocks used in the example.' ),
'type' => 'array',