Merge pull request #21887 from hannahswain/patch-1

Update external/affiliate URL placeholder from http to https
This commit is contained in:
Mike Jolley 2019-01-07 12:44:45 +00:00 committed by GitHub
commit 83f46aca15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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' ),
) )
); );