Make WordPress Core

Ticket #49585: 49585.diff

File 49585.diff, 689 bytes (added by Ipstenu, 5 years ago)

Fix typo

  • src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php

     
    349349                                                        'type'        => 'boolean',
    350350                                                ),
    351351                                                'disable-custom-gradients'  => array(
    352                                                         'description' => __( 'Whether the theme disables custom graidients.' ),
     352                                                        'description' => __( 'Whether the theme disables custom gradients.' ),
    353353                                                        'type'        => 'boolean',
    354354                                                ),
    355355                                                'editor-color-palette'      => array(