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:
parent
d8aa52d0a7
commit
8ebef5f928
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: update
|
||||||
|
|
||||||
|
Added link to blog post which explains best way to handle link
|
|
@ -232,7 +232,7 @@ class SimpleProductTemplate extends AbstractProductFormTemplate implements Produ
|
||||||
'description' => sprintf(
|
'description' => sprintf(
|
||||||
/* translators: %1$s: Images guide link opening tag. %2$s: Images guide link closing tag. */
|
/* 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' ),
|
__( '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>'
|
'</a>'
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue