Ticket #50805: 50805.2.2.patch
File 50805.2.2.patch, 729 bytes (added by , 4 years ago) |
---|
-
wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
87 87 array( 88 88 'args' => array( 89 89 'name' => array( 90 'description' => __( 'Block name ' ),90 'description' => __( 'Block name.' ), 91 91 'type' => 'string', 92 92 ), 93 93 'namespace' => array( 94 'description' => __( 'Block namespace ' ),94 'description' => __( 'Block namespace.' ), 95 95 'type' => 'string', 96 96 ), 97 97 ),