PluginProbe
weForms – Easy Drag & Drop Contact Form Builder For WordPress / 1.6.21
weForms – Easy Drag & Drop Contact Form Builder For WordPress v1.6.21
1.6.7 1.6.8 1.6.9 1.6.12 1.6.13 1.6.14 1.6.15 1.6.16 1.6.17 1.6.18 1.6.19 1.6.2 1.6.20 1.6.21 1.6.22 1.6.23 1.6.24 1.6.25 1.6.26 1.6.27 1.6.28 1.6.3 1.6.4 1.6.5 1.6.6 All 74 releases
← All changes | includes/fields/class-abstract-fields.php +2 -0 1.6.21.6.21 View file →
@@ -473,8 +473,10 @@
473 473 public function required_mark( $field ) {
474 474 if ( $this->is_required( $field ) ) {
475 475 return ' <span class="required">*</span>';
476 476 }
477 +
478 + return '';
477 479 }
478 480
479 481 /**
480 482 * Prints help text for a field