Updated link href attribute in new product editor on "How to prepare images" section (#39179)

* Updated link href attribute

* Added changelog file
This commit is contained in:
Joni Erkkilä 2023-09-28 17:29:15 +03:00 committed by GitHub
parent d8aa52d0a7
commit 8ebef5f928
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: update
Added link to blog post which explains best way to handle link

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="http://woocommerce.com/#" target="_blank" rel="noreferrer">',
'<a href="https://woocommerce.com/posts/how-to-take-professional-product-photos-top-tips"" target="_blank" rel="noreferrer">',
'</a>'
),
],