Skip to content

Commit a18b4f2

Browse files
committed
Fix error message position in WP v4.2x
1 parent f74556d commit a18b4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin.widget.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function wpsp_admin_page()
104104
</form>
105105
<hr/>
106106
<div>
107-
<h2>Test Email</h2>
107+
<h3>Test Email</h3>
108108
<?php
109109
if (isset($_POST['sp_test_email'])) {
110110
$this->test_email_sending($_POST['to_email'], !empty($_POST['enable_debugging']));

0 commit comments

Comments
 (0)