Skip to content

Commit b74599d

Browse files
authored
Update class-abstract-fields.php
1 parent f085600 commit b74599d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

includes/fields/class-abstract-fields.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,8 @@ public function required_mark( $field ) {
474474
if ( $this->is_required( $field ) ) {
475475
return ' <span class="required">*</span>';
476476
}
477+
478+
return '';
477479
}
478480

479481
/**

0 commit comments

Comments
 (0)