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-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,
Note: See TracChangeset for help on using the changeset viewer.