Use new code style
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
?>
|
||||
|
||||
<span
|
||||
v-cloak
|
||||
class="wu-block wu-bg-red-100 wu-p-2 wu-mb-4"
|
||||
v-if="get_error('<?php echo esc_attr($field->id); ?>')"
|
||||
v-html="get_error('<?php echo esc_attr($field->id); ?>').message"
|
||||
v-cloak
|
||||
class="wu-block wu-bg-red-100 wu-p-2 wu-mb-4"
|
||||
v-if="get_error('<?php echo esc_attr($field->id); ?>')"
|
||||
v-html="get_error('<?php echo esc_attr($field->id); ?>').message"
|
||||
></span>
|
||||
|
Reference in New Issue
Block a user