Make WordPress Core


Ignore:
Timestamp:
11/30/2021 08:31:48 AM (3 years ago)
Author:
SergeyBiryukov
Message:

I18N: Remove redundant default text domain parameter in some __() calls.

Follow-up to [51160], [52069].

See #53359.

File:
1 edited

Legend:

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

    r52069 r52278  
    111111                    'args'                => array(
    112112                        'id'       => array(
    113                             'description' => __( 'The widget type id.', 'default' ),
     113                            'description' => __( 'The widget type id.' ),
    114114                            'type'        => 'string',
    115115                            'required'    => true,
    116116                        ),
    117117                        'instance' => array(
    118                             'description' => __( 'Current instance settings of the widget.', 'default' ),
     118                            'description' => __( 'Current instance settings of the widget.' ),
    119119                            'type'        => 'object',
    120120                        ),
Note: See TracChangeset for help on using the changeset viewer.