Make WordPress Core

Changeset 54356


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.

Location:
trunk
Files:
3 edited

Legend:

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

    r54263 r54356  
    188188                ),
    189189                'post_types'     => array(
    190                     'description' => __( ' An array of post types that the pattern is restricted to be used with.' ),
     190                    'description' => __( 'An array of post types that the pattern is restricted to be used with.' ),
    191191                    'type'        => 'array',
    192192                    'readonly'    => true,
  • 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                        ),
  • trunk/tests/qunit/fixtures/wp-api-generated.js

    r54273 r54356  
    51585158                        },
    51595159                        "is_custom": {
    5160                             "description": " Indicates if a template is custom or part of the template hierarchy",
     5160                            "description": "Indicates if a template is custom or part of the template hierarchy",
    51615161                            "type": "boolean",
    51625162                            "required": false
     
    58475847                        },
    58485848                        "is_custom": {
    5849                             "description": " Indicates if a template is custom or part of the template hierarchy",
     5849                            "description": "Indicates if a template is custom or part of the template hierarchy",
    58505850                            "type": "boolean",
    58515851                            "required": false
Note: See TracChangeset for help on using the changeset viewer.