From: Chuck Scott Date: Wed, 22 Jul 2015 21:09:59 +0000 (-0400) Subject: Changed max gift message from 150 to 75 characters. X-Git-Tag: v1.0.7^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=63b169631c10fc856540e5f071cb06c8c88c9c3c;p=WP-Themes%2FTomsMomsCookies.git Changed max gift message from 150 to 75 characters. --- 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 +?>