Make WordPress Core

Changeset 47437


Ignore:
Timestamp:
03/09/2020 12:12:48 AM (4 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.
Merges [47432] to the 5.4 branch.
Fixes #49585.

Location:
branches/5.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.4

    • Property svn:mergeinfo changed
      /trunk (added)merged: 47432
  • branches/5.4/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php

    r47361 r47437  
    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.