Make WordPress Core

Ticket #50805: 50805.2.2.patch

File 50805.2.2.patch, 729 bytes (added by ramiy, 4 years ago)
  • wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php

     
    8787                        array(
    8888                                'args'   => array(
    8989                                        'name'      => array(
    90                                                 'description' => __( 'Block name' ),
     90                                                'description' => __( 'Block name.' ),
    9191                                                'type'        => 'string',
    9292                                        ),
    9393                                        'namespace' => array(
    94                                                 'description' => __( 'Block namespace' ),
     94                                                'description' => __( 'Block namespace.' ),
    9595                                                'type'        => 'string',
    9696                                        ),
    9797                                ),