Remove extra quotes in block editor template (#40490)

* Remove extra quotes

* Add changelog
This commit is contained in:
Fernando Marichal 2023-09-29 09:41:42 -03:00 committed by GitHub
parent 79442edf1d
commit 53e53c9a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
Remove extra quotes in block editor template #40490

View File

@ -232,7 +232,7 @@ class SimpleProductTemplate extends AbstractProductFormTemplate implements Produ
'description' => sprintf(
/* translators: %1$s: Images guide link opening tag. %2$s: Images guide link closing tag. */
__( 'Drag images, upload new ones or select files from your library. For best results, use JPEG files that are 1000 by 1000 pixels or larger. %1$sHow to prepare images?%2$s', 'woocommerce' ),
'<a href="https://woocommerce.com/posts/how-to-take-professional-product-photos-top-tips"" target="_blank" rel="noreferrer">',
'<a href="https://woocommerce.com/posts/how-to-take-professional-product-photos-top-tips" target="_blank" rel="noreferrer">',
'</a>'
),
],