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/number-markup.php +1 -1 0.0.1 → 1.1.0 View file →
@@ -123,9 +123,9 @@
123 123 placeholder="<?php echo esc_attr( $this->placeholder ); ?>"
124 124 <?php } ?>
125 125 />
126 126 </div>
127 - <?php echo wp_kses_post( $this->error_msg_markup ); ?>
127 + <div class="sd-error-wrap"><?php echo wp_kses_post( $this->error_msg_markup ); ?></div>
128 128 </div>
129 129 <?php
130 130 return (string) ob_get_clean();
131 131 }