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/email-markup.php +1 -1 0.0.1 → 1.1.0 View file →
@@ -78,9 +78,9 @@
78 78 placeholder="<?php echo esc_attr( $this->placeholder ); ?>"
79 79 <?php } ?>
80 80 />
81 81 </div>
82 - <?php echo wp_kses_post( $this->error_msg_markup ); ?>
82 + <div class="sd-error-wrap"><?php echo wp_kses_post( $this->error_msg_markup ); ?></div>
83 83 </div>
84 84 <?php
85 85 return (string) ob_get_clean();
86 86 }