Make WordPress Core

Changeset 48628


Ignore:
Timestamp:
07/26/2020 09:52:41 PM (4 years ago)
Author:
SergeyBiryukov
Message:

REST API: Use a consistent description for the textdomain schema property between plugins and themes controllers.

Follow-up to [48242], [48627].

Props audrasjb.
Fixes #50776. See #50321.

File:
1 edited

Legend:

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

    r48308 r48628  
    368368                ),
    369369                'textdomain'     => array(
    370                     'description' => __( 'The theme\'s textdomain.' ),
     370                    'description' => __( 'The theme\'s text domain.' ),
    371371                    'type'        => 'string',
    372372                    'readonly'    => true,
Note: See TracChangeset for help on using the changeset viewer.