Make WordPress Core


Ignore:
Timestamp:
09/29/2022 05:52:39 PM (2 years ago)
Author:
davidbaumwald
Message:

Editor: Remove leading whitespace from some translated strings.

Merges Gutenberg PR #44314 into trunk.

Follow-up to [54263] and [54269].

Props kebbet, bernhard-reiter.
See #56467.

File:
1 edited

Legend:

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

    r54269 r54356  
    8383                        ),
    8484                        'is_custom'       => array(
    85                             'description' => __( ' Indicates if a template is custom or part of the template hierarchy' ),
     85                            'description' => __( 'Indicates if a template is custom or part of the template hierarchy' ),
    8686                            'type'        => 'boolean',
    8787                        ),
Note: See TracChangeset for help on using the changeset viewer.