PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.1.0
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.1.0
1.6.0 1.5.1 1.5.0 1.4.0 1.3.0 trunk 0.0.1 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0
← All changes | inc/fields/checkbox-markup.php +1 -1 0.0.1 → 1.1.0 View file →
@@ -67,9 +67,9 @@
67 67 </span>
68 68 </label>
69 69 </div>
70 70 <?php echo wp_kses_post( $this->help_markup ); ?>
71 - <?php echo wp_kses_post( $this->error_msg_markup ); ?>
71 + <div class="sd-error-wrap"><?php echo wp_kses_post( $this->error_msg_markup ); ?></div>
72 72 </div>
73 73 <?php
74 74 return (string) ob_get_clean();
75 75 }