projects
/
WP-Themes
/
TomsMomsCookies.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25631d9
)
Changed max gift message from 150 to 75 characters.
author
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 22 Jul 2015 21:09:59 +0000
(17:09 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 22 Jul 2015 21:09:59 +0000
(17:09 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
121070c
..
4a97868
100755
(executable)
--- 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 '</div>';
@@
-247,4
+247,4
@@
if ( ! current_user_can('manage_options') && ! current_user_can('edit_product')
}
}
-?>
\ No newline at end of file
+?>