From 63b169631c10fc856540e5f071cb06c8c88c9c3c Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Wed, 22 Jul 2015 17:09:59 -0400 Subject: [PATCH] Changed max gift message from 150 to 75 characters. --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 121070c..4a97868 100755 --- a/functions.php +++ b/functions.php @@ -150,7 +150,7 @@ function tm_added_checkout_fields( $checkout ) { 'class' => array('my-field-class form-row-wide'), 'label' => __(''), 'placeholder' => __('Enter any desired gift message here.'), - 'maxlength' => 150, + 'maxlength' => 75, ), $checkout->get_value( 'tm_gift_message' )); echo ''; @@ -247,4 +247,4 @@ if ( ! current_user_can('manage_options') && ! current_user_can('edit_product') } } -?> \ No newline at end of file +?> -- 2.17.1