Use new code style

This commit is contained in:
David Stone
2025-02-07 19:02:33 -07:00
parent 0181024ae1
commit 8433379d90
672 changed files with 37107 additions and 45249 deletions

View File

@ -8,10 +8,10 @@
<?php if ($field->desc) : ?>
<p class="description wu-text-2xs" id="<?php echo $field->id; ?>-desc">
<p class="description wu-text-2xs" id="<?php echo $field->id; ?>-desc">
<?php echo $field->desc; ?>
<?php echo $field->desc; ?>
</p>
</p>
<?php endif; ?>

View File

@ -8,16 +8,16 @@
<?php if ($field->title && is_string($field->title)) : ?>
<span class="wu-my-1 wu-text-2xs wu-uppercase wu-font-bold wu-block">
<span class="wu-my-1 wu-text-2xs wu-uppercase wu-font-bold wu-block">
<?php echo $field->title; ?>
<?php echo $field->title; ?>
<?php if ($field->tooltip) : ?>
<?php if ($field->tooltip) : ?>
<?php echo wu_tooltip($field->tooltip); ?>
<?php echo wu_tooltip($field->tooltip); ?>
<?php endif; ?>
<?php endif; ?>
</span>
</span>
<?php endif; ?>