From 9e9949a7422ccb493becfb94af896fe6195ae5d5 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Thu, 3 May 2018 16:50:26 +0100 Subject: [PATCH] This should be on by default --- includes/class-wc-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-install.php b/includes/class-wc-install.php index 0845f910a6f..2b329bd483a 100644 --- a/includes/class-wc-install.php +++ b/includes/class-wc-install.php @@ -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' ); }