Skip to content

Commit

Permalink
Update templates/settings/store-form.php
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
mralaminahamed and coderabbitai[bot] committed May 27, 2024
1 parent b6415cb commit 941271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/settings/store-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
lang : dokan_helper.timepicker_locale,
minTime : '12:00 am',
maxTime : '11:30 pm',
timeFormat : '<?php echo esc_attr( addcslashes( wc_time_format(), '\\' ) ); ?>',
timeFormat : '<?php echo esc_js( wc_time_format() ); ?>',
scrollDefault : 'now',
});

Expand Down

0 comments on commit 941271a

Please sign in to comment.