Make WordPress Core

Changeset 47432


Ignore:
Timestamp:
03/06/2020 12:15:09 AM (5 years ago)
Author:
SergeyBiryukov
Message:

REST API: Fix typo in disable-custom-gradients theme feature description.

Props Ipstenu, tobifjellner, pixelverbieger.
Reviewed by ocean90, johnbillion, SergeyBiryukov.
Fixes #49585.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php

    r47361 r47432  
    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                        ),
Note: See TracChangeset for help on using the changeset viewer.