Merge pull request #19958 from woocommerce/fix/default-asterisk
Required fields should be marked with *
This commit is contained in:
commit
eaa6915c6b
|
@ -444,7 +444,7 @@ class WC_Install {
|
|||
// Define other defaults if not in setting screens.
|
||||
add_option( 'woocommerce_single_image_width', '600', '', 'yes' );
|
||||
add_option( 'woocommerce_thumbnail_image_width', '300', '', 'yes' );
|
||||
add_option( 'woocommerce_checkout_highlight_required_fields', 'no', '', 'yes' );
|
||||
add_option( 'woocommerce_checkout_highlight_required_fields', 'yes', '', 'yes' );
|
||||
add_option( 'woocommerce_demo_store', 'no', '', 'no' );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue