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. Built from https://develop.svn.wordpress.org/trunk@54356 git-svn-id: http://core.svn.wordpress.org/trunk@53915 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3f512acb78
commit
ded36ac650
|
@ -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(
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-beta2-54355';
|
||||
$wp_version = '6.1-beta2-54356';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue