Merge pull request #11690 from sumnermic/patch-1

Add anchor attribute target "_blank"
This commit is contained in:
Claudio Sanches 2016-08-16 18:40:12 -03:00 committed by GitHub
commit b1ac42220a
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class WC_Settings_Products extends WC_Settings_Page {
array(
'title' => __( 'Product Images', 'woocommerce' ),
'type' => 'title',
'desc' => sprintf( __( 'These settings affect the display and dimensions of images in your catalog - the display on the front-end will still be affected by CSS styles. After changing these settings you may need to <a href="%s">regenerate your thumbnails</a>.', 'woocommerce' ), 'https://wordpress.org/extend/plugins/regenerate-thumbnails/' ),
'desc' => sprintf( __( 'These settings affect the display and dimensions of images in your catalog - the display on the front-end will still be affected by CSS styles. After changing these settings you may need to <a target="_blank" href="%s">regenerate your thumbnails</a>.', 'woocommerce' ), 'https://wordpress.org/extend/plugins/regenerate-thumbnails/' ),
'id' => 'image_options'
),