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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user