From d7750e492443cacd5c20f36b1543a68b215e2c58 Mon Sep 17 00:00:00 2001 From: David Baumwald Date: Thu, 29 Sep 2022 17:52:39 +0000 Subject: 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 --- .../rest-api/endpoints/class-wp-rest-block-patterns-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php') diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php index 60064abf05..cb0fe57fed 100644 --- a/src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php +++ b/src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php @@ -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' ), -- cgit v1.2.3