Skip to content

Commit 94b6e50

Browse files
authored
Merge pull request #203 from BoldGrid/issue-202
Update class-abstract-fields.php
2 parents a63d248 + b74599d commit 94b6e50

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)