PluginProbe
weForms – Easy Drag & Drop Contact Form Builder For WordPress / 1.5.0
weForms – Easy Drag & Drop Contact Form Builder For WordPress v1.5.0
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/class-notification.php +1 -1 1.6.61.5.0 View file →
@@ -642,9 +642,9 @@
642 642 continue; // let's skip empty fields
643 643 }
644 644
645 645 $table .= '<tr class="field-label">';
646 - $table .= '<td><strong>' . $value['label'] . '</strong></td>';
646 + $table .= '<th><strong>' . $value['label'] . '</strong></th>';
647 647 $table .= '</tr>';
648 648 $table .= '<tr class="field-value">';
649 649 $table .= '<td>';
650 650