Merge pull request #21887 from hannahswain/patch-1
Update external/affiliate URL placeholder from http to https
This commit is contained in:
commit
83f46aca15
|
@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
'id' => '_product_url',
|
'id' => '_product_url',
|
||||||
'value' => is_callable( array( $product_object, 'get_product_url' ) ) ? $product_object->get_product_url( 'edit' ) : '',
|
'value' => is_callable( array( $product_object, 'get_product_url' ) ) ? $product_object->get_product_url( 'edit' ) : '',
|
||||||
'label' => __( 'Product URL', 'woocommerce' ),
|
'label' => __( 'Product URL', 'woocommerce' ),
|
||||||
'placeholder' => 'http://',
|
'placeholder' => 'https://',
|
||||||
'description' => __( 'Enter the external URL to the product.', 'woocommerce' ),
|
'description' => __( 'Enter the external URL to the product.', 'woocommerce' ),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue