mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 09:49:04 +00:00
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:
@@ -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(
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user