Editor: Remove leading whitespace from some translated strings.

Merges [https://github.com/WordPress/gutenberg/pull/44314 Gutenberg PR #44314] into trunk.

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

Props kebbet, bernhard-reiter.
See #56467.

git-svn-id: https://develop.svn.wordpress.org/trunk@54356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
David Baumwald
2022-09-29 17:52:39 +00:00
parent 0cec3d1807
commit d7750e4924
3 changed files with 4 additions and 4 deletions
@@ -187,7 +187,7 @@ class WP_REST_Block_Patterns_Controller extends WP_REST_Controller {
'context' => array( 'view', 'edit', 'embed' ),
),
'post_types' => array(
'description' => __( ' An array of post types that the pattern is restricted to be used with.' ),
'description' => __( 'An array of post types that the pattern is restricted to be used with.' ),
'type' => 'array',
'readonly' => true,
'context' => array( 'view', 'edit', 'embed' ),
@@ -82,7 +82,7 @@ class WP_REST_Templates_Controller extends WP_REST_Controller {
'required' => true,
),
'is_custom' => array(
'description' => __( ' Indicates if a template is custom or part of the template hierarchy' ),
'description' => __( 'Indicates if a template is custom or part of the template hierarchy' ),
'type' => 'boolean',
),
'template_prefix' => array(
+2 -2
View File
@@ -5157,7 +5157,7 @@ mockedApiResponse.Schema = {
"required": true
},
"is_custom": {
"description": " Indicates if a template is custom or part of the template hierarchy",
"description": "Indicates if a template is custom or part of the template hierarchy",
"type": "boolean",
"required": false
},
@@ -5846,7 +5846,7 @@ mockedApiResponse.Schema = {
"required": true
},
"is_custom": {
"description": " Indicates if a template is custom or part of the template hierarchy",
"description": "Indicates if a template is custom or part of the template hierarchy",
"type": "boolean",
"required": false
},